Click or drag to resize

SIPTransportLayerCreateClientTransport Method


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

Parameters

localAddress  String
 
localPort  Int32
 
protocol  TransportType
 
remoteEP  IPEndPoint
 

Return Value

TransportInfo

Implements

ISIPTransportLayerCreateClientTransport(String, Int32, TransportType, IPEndPoint)
See Also