Class HttpTrafficRecorder
Inheritance
System.Object
HttpTrafficRecorder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.TrafficRecording
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class HttpTrafficRecorder
Constructors
HttpTrafficRecorder()
Declaration
public HttpTrafficRecorder()
HttpTrafficRecorder(Manager)
Properties
CaptureFromSource
Declaration
public HttpTrafficSource CaptureFromSource { get; set; }
Property Value
HttpTrafficSource
|
ExcludedProgramNames
Declaration
public IEnumerable<string> ExcludedProgramNames { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
FilterProgramName
Declaration
public string FilterProgramName { get; set; }
Property Value
System.String
|
Methods
AddExcludedProgram(String)
Declaration
public void AddExcludedProgram(string programName)
Parameters
System.String
programName
|
InsertThinkTime()
Declaration
public void InsertThinkTime()
SaveTraffic(String)
Declaration
public void SaveTraffic(string filepath)
Parameters
System.String
filepath
|
Start()
Declaration
public void Start()
Stop()
Declaration
public void Stop()
Events
TrafficAdded
Declaration
public event EventHandler TrafficAdded
Event Type
System.EventHandler
|