SIPTransportLayerCreateAndConnectTransport(String, TransportType, IPEndPoint, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic TransportInfo CreateAndConnectTransport(
string localAddress,
TransportType protocol,
IPEndPoint remoteEP,
string domain
)
Public Function CreateAndConnectTransport (
localAddress As String,
protocol As TransportType,
remoteEP As IPEndPoint,
domain As String
) As TransportInfo
public:
virtual TransportInfo^ CreateAndConnectTransport(
String^ localAddress,
TransportType protocol,
IPEndPoint^ remoteEP,
String^ domain
) sealed
abstract CreateAndConnectTransport :
localAddress : string *
protocol : TransportType *
remoteEP : IPEndPoint *
domain : string -> TransportInfo
override CreateAndConnectTransport :
localAddress : string *
protocol : TransportType *
remoteEP : IPEndPoint *
domain : string -> TransportInfo
Parameters
- localAddress String
-
- protocol TransportType
-
- remoteEP IPEndPoint
-
- domain String
-
Return Value
TransportInfoImplements
ISIPTransportLayerCreateAndConnectTransport(String, TransportType, IPEndPoint, String)
See Also