Class
SessionMetrics.OutboundMessageData

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

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class SessionMetrics.OutboundMessageData

Inheritance: objectSessionMetrics.OutboundMessageData

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

Constructors

OutboundMessageData()

Declaration

cs-api-definition
public OutboundMessageData()

Properties

DeliveredOn

The time when the message was delivered to the server

Declaration

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

Property Value

DateTime?

SentOn

The time when the message was sent by Fiddler to the server

Declaration

cs-api-definition
public DateTime SentOn { 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