Class
SessionMetrics.InboundMessageData

An object of this class holds information about the timings and size of an inbound message for a streaming session

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class SessionMetrics.InboundMessageData

Inheritance: objectSessionMetrics.InboundMessageData

Inherited Members object.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Constructors

InboundMessageData()

Declaration

cs-api-definition
public InboundMessageData()

Properties

ReceivedOn

The time when the message was received by Fiddler

Declaration

cs-api-definition
public DateTime ReceivedOn { get; set; }

Property Value

DateTime

Size

The size of the message being transferred

Declaration

cs-api-definition
public int Size { get; set; }

Property Value

int

TransferredOn

The time when the message was transferred from Fiddler to the client

Declaration

cs-api-definition
public DateTime? TransferredOn { get; set; }

Property Value

DateTime?