SIPMessageContainsHeader Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also