Class SessionMetrics.MessagesData
An instance of this class contains information about the timings and sizes of all the messages transferred by a streaming session
Inheritance
System.Object
SessionMetrics.MessagesData
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class MessagesData : Object
Constructors
MessagesData()
Declaration
public MessagesData()
Properties
Inbound
A collection of timings and sizes for all the inbound messages transferred by a streaming session
Declaration
public List<SessionMetrics.InboundMessageData> Inbound { get; set; }
Property Value
System.
|
Outbound
A collection of timings and sizes for all the outbound messages transferred by a streaming session
Declaration
public List<SessionMetrics.OutboundMessageData> Outbound { get; set; }
Property Value
System.
|