InboundCallHeaderMappingRemoveMapping Method |
Removes a SIP header mapping from the collection.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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