SIPTransportLayerCreateClientTransport Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- localPort
- Type: SystemInt32
- protocol
- Type: Ozeki.NetworkTransportType
- remoteEP
- Type: System.NetIPEndPoint
Return Value
Type:
TransportInfoImplements
ISIPTransportLayerCreateClientTransport(String, Int32, TransportType, IPEndPoint)See Also