SIPTransportLayerCreateClientTransport Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic TransportInfo CreateClientTransport(
string localAddress,
int localPort,
TransportType protocol,
IPEndPoint remoteEP
)
Public Function CreateClientTransport (
localAddress As String,
localPort As Integer,
protocol As TransportType,
remoteEP As IPEndPoint
) As TransportInfo
public:
virtual TransportInfo^ CreateClientTransport(
String^ localAddress,
int localPort,
TransportType protocol,
IPEndPoint^ remoteEP
) sealed
abstract CreateClientTransport :
localAddress : string *
localPort : int *
protocol : TransportType *
remoteEP : IPEndPoint -> TransportInfo
override CreateClientTransport :
localAddress : string *
localPort : int *
protocol : TransportType *
remoteEP : IPEndPoint -> TransportInfo
Parameters
- localAddress String
-
- localPort Int32
-
- protocol TransportType
-
- remoteEP IPEndPoint
-
Return Value
TransportInfoImplements
ISIPTransportLayerCreateClientTransport(String, Int32, TransportType, IPEndPoint)
See Also