Click or drag to resize

NatRemoteServer Class

Provides information about a STUN/TURN server.
Inheritance Hierarchy
SystemObject
  Ozeki.NetworkNatRemoteServer

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class NatRemoteServer

The NatRemoteServer type exposes the following members.

Constructors
 NameDescription
Public methodNatRemoteServer(String) Initializes a new instance of the NatRemoteServer class.
Public methodNatRemoteServer(String, String, String) Initializes a new instance of the NatRemoteServer class.
Top
Properties
 NameDescription
Public propertyAddress Gets the address of the remote host.
Public propertyPassword Gets the password used for the authentication with the remote host.
Public propertyReResolveAddress Gets or sets a boolean value indicating whether the address of the STUN server will be resolved frequently after 'n' minutes. ('n' is specified in the ResolveInterval property)
Public propertyResolveInterval Gets or sets the interval (in minutes) after the address of the STUN server will be resolved again, if the ReResolveAddress property is set true.
Public propertyReTryFailedResolve Gets or sets a boolean value indicating whether the system will try to resolve the DNS if the resolve attempt failed previously.
Public propertyUserName Gets the username used for the authentication with the remote host.
Top
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTransportAddress Retrieves the transport address of the remote host.
Public methodToString
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberDefaultPort Gets the default STUN server port.
Top
See Also