PhoneLineConfigurationLocalOutgoingTcpPort Property |
Port used for connnecting to the remote sip endpoint via TCP protocol.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int LocalOutgoingTcpPort { get; set; }
Public Property LocalOutgoingTcpPort As Integer
Get
Set
public:
property int LocalOutgoingTcpPort {
int get ();
void set (int value);
}
member LocalOutgoingTcpPort : int with get, set
Property Value
Type:
Int32See Also