Click or drag to resize
SIPMessageInfoGetHeader Method
Gets the SIP header field.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SIPHeader GetHeader(
	string headerName
)

Parameters

headerName
Type: SystemString
The name of the SIP header.

Return Value

Type: SIPHeader
The SIP header, if the headers collection contains the specified header name; otherwise null.
See Also