TransportInfoLocalOutgoingTcpPort Property |
Port used for connnecting to the remote sip endpoint via TCP protocol.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
Type:
Int32
See Also