NatConfigurationStunServerAddress Property |
Gets or sets the address of the STUN server.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string StunServerAddress { get; set; }
Public Property StunServerAddress As String
Get
Set
public:
virtual property String^ StunServerAddress {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StunServerAddress : string with get, set
override StunServerAddress : string with get, set
Property Value
Type:
StringImplements
INatConfigurationStunServerAddressSee Also