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: 10.4.13.0
Syntaxpublic 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
StringImplements
INatConfigurationStaticPublicAddress
See Also