ISIPTransportLayerUnsubscribeListenPort Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool 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
- Type: SystemString
- port
- Type: SystemInt32
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
BooleanSee Also