ISIPTransportLayerCreateClientTransport Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax TransportInfo 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
- Type: SystemString
- localPort
- Type: SystemInt32
- transportType
- Type: Ozeki.NetworkTransportType
- remoteEP
- Type: System.NetIPEndPoint
Return Value
Type:
TransportInfoSee Also