CandidateStats Class |
Namespace: FM.IceLink
The CandidateStats type exposes the following members.
Name | Description | |
---|---|---|
![]() | CandidateStats | Initializes a new instance of the CandidateStats class |
Name | Description | |
---|---|---|
![]() | Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) |
![]() | IPAddress |
Gets the IP address.
|
![]() | IsHost |
Gets whether the candidate is host/local.
|
![]() | IsReflexive |
Gets whether the candidate is reflexive.
|
![]() | IsRelayed |
Gets whether the candidate is relayed.
|
![]() | Port |
Gets the port.
|
![]() | Priority |
Gets the priority.
|
![]() | Protocol |
Gets the protocol.
|
![]() | RelatedIPAddress |
Gets the related IP address.
|
![]() | RelatedPort |
Gets the related port.
|
![]() | Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) |
![]() | TurnProtocol |
Gets the protocol used by this candidate when communicating with a TURN (relay) server. If unknown or not a relayed candidate, defaults to ProtocolType.Unknown.
|
![]() | Type |
Gets the type.
|
Name | Description | |
---|---|---|
![]() | DeserializeProperties |
Deserializes the properties.
(Overrides BaseStatsDeserializeProperties(String, String).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromJson |
Derializes candidate stats from JSON.
|
![]() ![]() | FromJsonArray |
Derializes an array of candidate 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(CandidateStats) |
Serializes candidate stats to JSON.
|
![]() ![]() | ToJsonArray |
Serializes an array of candidate stats to JSON.
|
![]() | ToString | (Inherited from Object.) |