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