SIPTransportLayerListenPort(String, TransportType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic IPEndPoint ListenPort(
string localAddress,
TransportType transportType
)
Public Function ListenPort (
localAddress As String,
transportType As TransportType
) As IPEndPoint
public:
virtual IPEndPoint^ ListenPort(
String^ localAddress,
TransportType transportType
) sealed
abstract ListenPort :
localAddress : string *
transportType : TransportType -> IPEndPoint
override ListenPort :
localAddress : string *
transportType : TransportType -> IPEndPoint
Parameters
- localAddress String
-
- transportType TransportType
-
Return Value
IPEndPointImplements
ISIPTransportLayerListenPort(String, TransportType)
See Also