Click or drag to resize

TransportStats Class

Transport stats.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The TransportStats type exposes the following members.

Constructors
  NameDescription
Public methodTransportStats
Initializes a new instance of the TransportStats class
Top
Properties
  NameDescription
Public propertyActiveCandidatePair
Gets the active candidate pair's stats.
Public propertyBytesReceived
Gets the number of bytes received.
Public propertyBytesSent
Gets the number of bytes sent.
Public propertyCandidatePairs
Gets the candidate pairs' stats.
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyIsHost
Gets whether the active candidate pair has a host candidate.
Public propertyIsReflexive
Gets whether the active candidate pair has a reflexive candidate.
Public propertyIsRelayed
Gets whether the active candidate pair has a relayed candidate.
Public propertyLocalCandidates
Gets the local candidates' stats.
Public propertyLocalCertificate
Gets the local certificate's stats.
Public propertyRemoteCandidates
Gets the remote candidates' stats.
Public propertyRemoteCertificate
Gets the remote certificate's stats.
Public propertyRtcpTransport
Gets the RTCP transport's stats.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Top
Methods
See Also