NatConfigurationStaticPublicAddress Property |
Gets or sets the public IP address that will be used for SIP and media communication.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
Type:
StringImplements
INatConfigurationStaticPublicAddress
See Also