| TransportInfoLocalOutgoingTcpPort Property  | 
            Port used for connnecting to the remote sip endpoint via TCP protocol.
            
 
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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