Click or drag to resize
ISIPTransportLayerCreateClientTransport Method

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

Parameters

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

Return Value

Type: TransportInfo
See Also