Class SessionMetrics.InboundMessageData
An object of this class holds information about the timings and size of an inbound message for a streaming session
Inheritance
System.Object
SessionMetrics.InboundMessageData
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class InboundMessageData : Object
Constructors
InboundMessageData()
Declaration
public InboundMessageData()
Properties
ReceivedOn
The time when the message was received by Fiddler
Declaration
public DateTime ReceivedOn { get; set; }
Property Value
System.
|
Size
The size of the message being transferred
Declaration
public int Size { get; set; }
Property Value
System.
|
TransferredOn
The time when the message was transferred from Fiddler to the client
Declaration
public Nullable<DateTime> TransferredOn { get; set; }
Property Value
System.
|