C# Class Manager.Integration.Test.WPF.HttpListeners.Fiddler.FiddlerCapture

Inheritance: IDisposable, INotifyPropertyChanged
显示文件 Open project: Teleopti/Stardust Class Usage Examples

Public Properties

Property Type Description
NewDataCapturedEventHandler EventHandler

Public Methods

Method Description
Dispose ( ) : void
FiddlerCapture ( FiddlerCaptureUrlConfiguration fiddlerCaptureUrlConfiguration ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
FiddlerApplicationOnAfterSessionComplete ( Fiddler.Session sess ) : void
InvokeNewDataCapturedEventHandler ( FiddlerCaptureInformation fiddlerCaptureInformation ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FiddlerCapture() public method

public FiddlerCapture ( FiddlerCaptureUrlConfiguration fiddlerCaptureUrlConfiguration ) : System
fiddlerCaptureUrlConfiguration FiddlerCaptureUrlConfiguration
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

NewDataCapturedEventHandler public_oe property

public EventHandler NewDataCapturedEventHandler
return EventHandler