Click or drag to resize
SIPTransportLayerCreateClientTransport Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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