SIPTransportLayerUnsubscribeListenPort Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool UnsubscribeListenPort(
string localAddress,
int port,
TransportType transportType
)
Public Function UnsubscribeListenPort (
localAddress As String,
port As Integer,
transportType As TransportType
) As Boolean
public:
virtual bool UnsubscribeListenPort(
String^ localAddress,
int port,
TransportType transportType
) sealed
abstract UnsubscribeListenPort :
localAddress : string *
port : int *
transportType : TransportType -> bool
override UnsubscribeListenPort :
localAddress : string *
port : int *
transportType : TransportType -> bool
Parameters
- localAddress
- Type: SystemString
- port
- Type: SystemInt32
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
BooleanImplements
ISIPTransportLayerUnsubscribeListenPort(String, Int32, TransportType)See Also