Click or drag to resize

SIPTransportLayerUnsubscribeListenPort Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public bool UnsubscribeListenPort(
	string localAddress,
	int port,
	TransportType transportType
)

Parameters

localAddress  String
 
port  Int32
 
transportType  TransportType
 

Return Value

Boolean

Implements

ISIPTransportLayerUnsubscribeListenPort(String, Int32, TransportType)
See Also