Class WebSocketTimers
Timers
Inheritance
System.Object
WebSocketTimers
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class WebSocketTimers : Object
Constructors
WebSocketTimers()
Declaration
public WebSocketTimers()
Fields
dtBeginSend
When did transmission of this message to the recipient begin
Declaration
public DateTime dtBeginSend
Field Value
System.
|
dtDoneRead
When was this message read from the sender
Declaration
public DateTime dtDoneRead
Field Value
System.
|
dtDoneSend
When did transmission of this message to the recipient end
Declaration
public DateTime dtDoneSend
Field Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|
ToString(Boolean)
Declaration
public string ToString(bool bMultiLine)
Parameters
System.
|
Returns
System.
|