Click or drag to resize

SIPTransportLayerCreateClientTransport Method

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

Parameters

localAddress
Type: SystemString
localPort
Type: SystemInt32
protocol
Type: Ozeki.NetworkTransportType
remoteEP
Type: System.NetIPEndPoint

Return Value

Type: TransportInfo

Implements

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