ISIPTransportLayerUnsubscribeListenPort Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool UnsubscribeListenPort(
string localAddress,
int port,
TransportType transportType
)
Function UnsubscribeListenPort (
localAddress As String,
port As Integer,
transportType As TransportType
) As Boolean
bool UnsubscribeListenPort(
String^ localAddress,
int port,
TransportType transportType
)
abstract UnsubscribeListenPort :
localAddress : string *
port : int *
transportType : TransportType -> bool
Parameters
- localAddress String
-
- port Int32
-
- transportType TransportType
-
Return Value
Boolean
See Also