Provides information about a STUN/TURN server.
| C# | Visual Basic | Visual C++ |
public class NatRemoteServer
Public Class NatRemoteServer
public ref class NatRemoteServer
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| NatRemoteServer(String) |
Initializes a new instance of the NatRemoteServer class.
| |
| NatRemoteServer(String, String, String) |
Initializes a new instance of the NatRemoteServer class.
| |
| Address |
Gets the address of the remote host.
| |
| DefaultPort |
Gets the default STUN server port.
| |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| GetTransportAddress()()()() |
Retrieves the transport 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.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| UserName |
Gets the username used for the authentication with the remote host.
|
| Object | |
| NatRemoteServer | |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290