SIPMessageContainsHeader Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic bool ContainsHeader(
HeaderType ht
)
Public Function ContainsHeader (
ht As HeaderType
) As Boolean
public:
bool ContainsHeader(
HeaderType ht
)
member ContainsHeader :
ht : HeaderType -> bool
Parameters
- ht
- Type: Ozeki.VoIPHeaderType
Return Value
Type:
Boolean
See Also