Click or drag to resize
SIPTransportLayerUnsubscribeListenPort Method

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

Parameters

localAddress
Type: SystemString
port
Type: SystemInt32
transportType
Type: Ozeki.NetworkTransportType

Return Value

Type: Boolean

Implements

ISIPTransportLayerUnsubscribeListenPort(String, Int32, TransportType)
See Also