Click or drag to resize

ISIPTransportLayerCreateAndConnectTransport Method (String, Int32, TransportType, IPEndPoint, String)

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

Parameters

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

Return Value

Type: TransportInfo
See Also