Click or drag to resize

ISIPTransportLayerCreateClientTransport Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
TransportInfo CreateClientTransport(
	string localAddress,
	int localPort,
	TransportType transportType,
	IPEndPoint remoteEP
)

Parameters

localAddress  String
 
localPort  Int32
 
transportType  TransportType
 
remoteEP  IPEndPoint
 

Return Value

TransportInfo
See Also