Click or drag to resize

CandidateStats Class

Candidate stats.
Inheritance Hierarchy

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

The CandidateStats type exposes the following members.

Constructors
  NameDescription
Public methodCandidateStats
Initializes a new instance of the CandidateStats class
Top
Properties
  NameDescription
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyIPAddress
Gets the IP address.
Public propertyIsHost
Gets whether the candidate is host/local.
Public propertyIsReflexive
Gets whether the candidate is reflexive.
Public propertyIsRelayed
Gets whether the candidate is relayed.
Public propertyPort
Gets the port.
Public propertyPriority
Gets the priority.
Public propertyProtocol
Gets the protocol.
Public propertyRelatedIPAddress
Gets the related IP address.
Public propertyRelatedPort
Gets the related port.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Public propertyTurnProtocol
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.
Public propertyType
Gets the type.
Top
Methods
See Also