SIPTransportLayerConnectTransport Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool ConnectTransport(
TransportInfo transportInfo,
string remoteAddress,
int remotePort
)
Public Function ConnectTransport (
transportInfo As TransportInfo,
remoteAddress As String,
remotePort As Integer
) As Boolean
public:
virtual bool ConnectTransport(
TransportInfo^ transportInfo,
String^ remoteAddress,
int remotePort
) sealed
abstract ConnectTransport :
transportInfo : TransportInfo *
remoteAddress : string *
remotePort : int -> bool
override ConnectTransport :
transportInfo : TransportInfo *
remoteAddress : string *
remotePort : int -> bool
Parameters
- transportInfo
- Type: Ozeki.NetworkTransportInfo
- remoteAddress
- Type: SystemString
- remotePort
- Type: SystemInt32
Return Value
Type:
BooleanImplements
ISIPTransportLayerConnectTransport(TransportInfo, String, Int32)See Also