Class
SessionMetrics.MessagesData

An instance of this class contains information about the timings and sizes of all the messages transferred by a streaming session

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class SessionMetrics.MessagesData

Inheritance: objectSessionMetrics.MessagesData

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

Constructors

MessagesData()

Declaration

cs-api-definition
public MessagesData()

Properties

Inbound

A collection of timings and sizes for all the inbound messages transferred by a streaming session

Declaration

cs-api-definition
public List<SessionMetrics.InboundMessageData> Inbound { get; set; }

Property Value

List<SessionMetrics.InboundMessageData>

Outbound

A collection of timings and sizes for all the outbound messages transferred by a streaming session

Declaration

cs-api-definition
public List<SessionMetrics.OutboundMessageData> Outbound { get; set; }

Property Value

List<SessionMetrics.OutboundMessageData>