SIPTransportLayerCreateAndConnectTransport Method (String, Int32, TransportType, IPEndPoint, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public TransportInfo CreateAndConnectTransport(
string localAddress,
int localPort,
TransportType protocol,
IPEndPoint remoteEP,
string domain
)
Public Function CreateAndConnectTransport (
localAddress As String,
localPort As Integer,
protocol As TransportType,
remoteEP As IPEndPoint,
domain As String
) As TransportInfo
public:
virtual TransportInfo^ CreateAndConnectTransport(
String^ localAddress,
int localPort,
TransportType protocol,
IPEndPoint^ remoteEP,
String^ domain
) sealed
abstract CreateAndConnectTransport :
localAddress : string *
localPort : int *
protocol : TransportType *
remoteEP : IPEndPoint *
domain : string -> TransportInfo
override CreateAndConnectTransport :
localAddress : string *
localPort : int *
protocol : TransportType *
remoteEP : IPEndPoint *
domain : string -> TransportInfo
Parameters
- localAddress
- Type: SystemString
- localPort
- Type: SystemInt32
- protocol
- Type: Ozeki.NetworkTransportType
- remoteEP
- Type: System.NetIPEndPoint
- domain
- Type: SystemString
Return Value
Type:
TransportInfoImplements
ISIPTransportLayerCreateAndConnectTransport(String, Int32, TransportType, IPEndPoint, String)See Also