Click or drag to resize
SIPTransportLayerConnectTransport Method

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