Click or drag to resize

IceServer Class

An ICE server.
Inheritance Hierarchy
SystemObject
  FM.IceLinkIceServer

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

The IceServer type exposes the following members.

Constructors
  NameDescription
Public methodIceServer(String)
Initializes a new instance of the IceServer class.
Public methodIceServer(String, String, String)
Initializes a new instance of the IceServer class.
Top
Properties
  NameDescription
Public propertyStatic memberDefaultPort
Gets the default port.
Public propertyHost
Gets the host.
Public propertyIsSecure
Gets a value indicating whether this represents a secure STUN or TURN server.
Public propertyIsStun
Gets a value indicating whether this represents a STUN server.
Public propertyIsTcp
Gets a value indicating whether this represents a TCP server.
Public propertyIsTurn
Gets a value indicating whether this represents a TURN server.
Public propertyIsUdp
Gets a value indicating whether this represents a UDP server.
Public propertyPassword
Gets or sets the password.
Public propertyPort
Gets the port.
Public propertyUrl
Gets or sets the URL.
Public propertyUsername
Gets or sets the username.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes an instance from JSON.
Public methodStatic memberFromJsonArray
Deserializes an array of instances from JSON.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(IceServer)
Serializes an instance to JSON.
Public methodStatic memberToJsonArray
Serializes an array of instances to JSON.
Public methodToString (Inherited from Object.)
Top
See Also