InboundCallHeaderMappingRemoveMapping Method |
Removes a SIP header mapping from the collection.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool RemoveMapping(
SIPHeaderMapping mapping
)
Public Function RemoveMapping (
mapping As SIPHeaderMapping
) As Boolean
public:
bool RemoveMapping(
SIPHeaderMapping^ mapping
)
member RemoveMapping :
mapping : SIPHeaderMapping -> bool
Parameters
- mapping
- Type: Ozeki.VoIPSIPHeaderMapping
The mapping that will be removed.
Return Value
Type:
BooleanTrue, if successfully removed; otherwise false.
See Also