PhoneLineConfigurationLocalPort Property |
Gets the local port used for SIP communication (registration, making and receiving calls).
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int LocalPort { get; set; }
Public Property LocalPort As Integer
Get
Set
public:
virtual property int LocalPort {
int get () sealed;
void set (int value) sealed;
}
abstract LocalPort : int with get, set
override LocalPort : int with get, set
Property Value
Type:
Int32Implements
ISIPClientConfigurationLocalPort
See Also