Click or drag to resize

OutboundCallHeaderMappingRemoveMapping Method

Removes a SIP header mapping from the collection.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public bool RemoveMapping(
	SIPHeaderMapping mapping
)

Parameters

mapping  SIPHeaderMapping
The mapping that will be removed.

Return Value

Boolean
True, if successfully removed; otherwise false.
See Also