Click or drag to resize
InboundCallHeaderMappingRemoveMapping Method
Removes a SIP header mapping from the collection.

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

Parameters

mapping
Type: Ozeki.VoIPSIPHeaderMapping
The mapping that will be removed.

Return Value

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