Click or drag to resize

SIPTransportLayerConnectTransport Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public bool ConnectTransport(
	TransportInfo transportInfo,
	string remoteAddress,
	int remotePort
)

Parameters

transportInfo
Type: Ozeki.NetworkTransportInfo
remoteAddress
Type: SystemString
remotePort
Type: SystemInt32

Return Value

Type: Boolean

Implements

ISIPTransportLayerConnectTransport(TransportInfo, String, Int32)
See Also