ClassWebSocketTimers
Class
Timers
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public class WebSocketTimers
Inheritance: objectWebSocketTimers
Inherited Members
Constructors
WebSocketTimers()
Declaration
cs-api-definition
public WebSocketTimers()
Fields
dtBeginSend
When did transmission of this message to the recipient begin
dtDoneRead
When was this message read from the sender
dtDoneSend
When did transmission of this message to the recipient end
Methods
ToString()
Returns a string representation of the WebSocket message.
Declaration
cs-api-definition
public override string ToString()
Returns
A string representation of the WebSocket message.
Overrides
ToString(bool)
Returns a detailed string representation of the WebSocket message.