Click or drag to resize

SIPTransportLayerConnectTransport Method


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

Parameters

transportInfo  TransportInfo
 
remoteAddress  String
 
remotePort  Int32
 

Return Value

Boolean

Implements

ISIPTransportLayerConnectTransport(TransportInfo, String, Int32)
See Also