PhoneLineConfigurationLocalOutgoingTcpPort Property |
Port used for connnecting to the remote sip endpoint via TCP protocol.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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
Int32
See Also