| IceServer Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FM.IceLink
The IceServer type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IceServer(String) | 
            Initializes a new instance of the IceServer class.
             | 
|  | IceServer(String, String, String) | 
            Initializes a new instance of the IceServer class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|   | DefaultPort | 
            Gets the default port.
             | 
|  | Host | 
            Gets the host.
             | 
|  | IsSecure | 
            Gets a value indicating whether this represents a secure STUN or TURN server.
             | 
|  | IsStun | 
            Gets a value indicating whether this represents a STUN server.
             | 
|  | IsTcp | 
            Gets a value indicating whether this represents a TCP server.
             | 
|  | IsTurn | 
            Gets a value indicating whether this represents a TURN server.
             | 
|  | IsUdp | 
            Gets a value indicating whether this represents a UDP server.
             | 
|  | Password | 
            Gets or sets the password.
             | 
|  | Port | 
            Gets the port.
             | 
|  | Url | 
            Gets or sets the URL.
             | 
|  | Username | 
            Gets or sets the username.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|   | FromJson | 
            Deserializes an instance from JSON.
             | 
|   | FromJsonArray | 
            Deserializes an array of instances from JSON.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToJson | 
            Serializes this instance to JSON.
             | 
|   | ToJson(IceServer) | 
            Serializes an instance to JSON.
             | 
|   | ToJsonArray | 
            Serializes an array of instances to JSON.
             | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also