NatConfigurationStaticPublicAddress Property |
Gets or sets the public IP address that will be used for SIP and media communication.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string StaticPublicAddress { get; set; }
Public Property StaticPublicAddress As String
Get
Set
public:
virtual property String^ StaticPublicAddress {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StaticPublicAddress : string with get, set
override StaticPublicAddress : string with get, set
Property Value
Type:
StringImplements
INatConfigurationStaticPublicAddressSee Also