| NatRemoteServer Class |
Namespace: Ozeki.Network
The NatRemoteServer type exposes the following members.
| Name | Description | |
|---|---|---|
| NatRemoteServer(String) |
Initializes a new instance of the NatRemoteServer class.
| |
| NatRemoteServer(String, String, String) |
Initializes a new instance of the NatRemoteServer class.
|
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetTransportAddress |
Retrieves the transport address of the remote host.
| |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| DefaultPort |
Gets the default STUN server port.
|
| Name | Description | |
|---|---|---|
| Address |
Gets the address of the remote host.
| |
| Password |
Gets the password used for the authentication with the remote host.
| |
| ReResolveAddress |
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)
| |
| ResolveInterval |
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.
| |
| ReTryFailedResolve |
Gets or sets a boolean value indicating whether the system will try to resolve the DNS if the resolve attempt failed previously.
| |
| UserName |
Gets the username used for the authentication with the remote host.
|