Commit 4ffb2cb2 4ffb2cb249042b985d27dc33f009b586529ede45 by Christian Gerdes

Renamed ClearSSLSessions to DisableSSLSessionCache

1 parent cf0ae5e6
...@@ -23,11 +23,11 @@ using System.Text.RegularExpressions; ...@@ -23,11 +23,11 @@ using System.Text.RegularExpressions;
23 namespace LIL_VSTT_Plugins 23 namespace LIL_VSTT_Plugins
24 { 24 {
25 /// <summary> 25 /// <summary>
26 /// LoadTest Context Copy 26 /// LoadTest Plugin DisableSSLSessionCache
27 /// </summary> 27 /// </summary>
28 [DisplayName("SSL Session Cache Disabled")] 28 [DisplayName("SSL Session Cache Disabled")]
29 [Description("(C) Copyright 2018 LIGHTS IN LINE AB\r\nDisables SSL Session Cache and Reuse of handshakes during this loadtest. Beta.")] 29 [Description("(C) Copyright 2018 LIGHTS IN LINE AB\r\nDisables SSL Session Cache and Reuse of handshakes during this loadtest. Beta.")]
30 public class ClearSSLSessions : ILoadTestPlugin 30 public class DisableSSLSessionCache : ILoadTestPlugin
31 { 31 {
32 [DisplayName("Agents RegEx")] 32 [DisplayName("Agents RegEx")]
33 [Description("The regular expression must match the Agent Name if specified. Empty matches all agents.")] 33 [Description("The regular expression must match the Agent Name if specified. Empty matches all agents.")]
......