Renamed ClearSSLSessions to DisableSSLSessionCache
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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.")] | ... | ... |
-
Please register or sign in to post a comment