Commit 4ffb2cb2 4ffb2cb249042b985d27dc33f009b586529ede45 by Christian Gerdes

Renamed ClearSSLSessions to DisableSSLSessionCache

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