ISIPTransportLayerCreateClientTransport Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxTransportInfo CreateClientTransport(
string localAddress,
int localPort,
TransportType transportType,
IPEndPoint remoteEP
)
Function CreateClientTransport (
localAddress As String,
localPort As Integer,
transportType As TransportType,
remoteEP As IPEndPoint
) As TransportInfo
TransportInfo^ CreateClientTransport(
String^ localAddress,
int localPort,
TransportType transportType,
IPEndPoint^ remoteEP
)
abstract CreateClientTransport :
localAddress : string *
localPort : int *
transportType : TransportType *
remoteEP : IPEndPoint -> TransportInfo
Parameters
- localAddress String
-
- localPort Int32
-
- transportType TransportType
-
- remoteEP IPEndPoint
-
Return Value
TransportInfo
See Also