CandidatePairStats Class |
Namespace: FM.IceLink
The CandidatePairStats type exposes the following members.
| Name | Description | |
|---|---|---|
| CandidatePairStats | Initializes a new instance of the CandidatePairStats class |
| Name | Description | |
|---|---|---|
| BytesReceived |
Gets the number of bytes received.
| |
| BytesSent |
Gets the number of bytes sent.
| |
| ConsentRequestsReceived |
Gets the number of consent requests received.
| |
| ConsentRequestsSent |
Gets the number of consent requests sent.
| |
| ConsentResponsesReceived |
Gets the number of consent responses received.
| |
| ConsentResponsesSent |
Gets the number of consent responses sent.
| |
| CurrentRoundTripTime |
Gets the current round trip time in milliseconds.
| |
| Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) | |
| LocalCandidateId |
Gets the local candidate identifier.
| |
| Nominated |
Gets whether the candidate pair is nominated.
| |
| Priority |
Gets the priority.
| |
| RemoteCandidateId |
Gets the remote candidate identifier.
| |
| RequestsSent |
Gets the number of requests sent.
| |
| ResponsesReceived |
Gets the number of responses received.
| |
| State |
Gets the state.
| |
| Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) | |
| TotalRoundTripTime |
Gets the total round trip time in milliseconds.
| |
| TransportId |
Gets the transport identifier.
|
| Name | Description | |
|---|---|---|
| DeserializeProperties |
Deserializes the properties.
(Overrides BaseStatsDeserializeProperties(String, String).) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromJson |
Derializes candidate pair stats from JSON.
| |
| FromJsonArray |
Derializes an array of candidate pair stats from JSON.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SerializeProperties |
Serializes the properties.
(Overrides BaseStatsSerializeProperties(DictionaryString, String).) | |
| ToJson |
Serializes this to JSON.
| |
| ToJson(CandidatePairStats) |
Serializes candidate pair stats to JSON.
| |
| ToJsonArray |
Serializes an array of candidate pair stats to JSON.
| |
| ToString | (Inherited from Object.) |