Click or drag to resize

ISIPTransportLayerCreateClientTransport Method

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