PhoneLineConfigurationLocalPort Property |
Gets the local port used for SIP communication (registration, making and receiving calls).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
ISIPClientConfigurationLocalPortSee Also