Click or drag to resize

IceServerTestResult Class

An ICE server test result.
Inheritance Hierarchy
SystemObject
  FM.IceLinkIceServerTestResult

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

The IceServerTestResult type exposes the following members.

Constructors
  NameDescription
Public methodIceServerTestResult
Initializes a new instance of the IceServerTestResult class.
Top
Properties
  NameDescription
Public propertyCandidates
Gets the candidates.
Public propertyHostCandidates
Gets the host candidates.
Public propertyPeerReflexiveCandidates
Gets the peer reflexive candidates.
Public propertyRelayedCandidates
Gets the relayed candidates.
Public propertyServerReflexiveCandidates
Gets the server reflexive candidates.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetServerAddresses(Int32)
Gets the server addresses from the Candidates and a given port. The IP addresses will be taken from the server-reflexive candidates, if available.
Public methodGetServerAddresses(Int32, String)
Gets the server addresses from the Candidates and a given port. The IP addresses will be taken from the server-reflexive candidates, if available, or the host candidates, if a public IP address is supplied.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also