Click or drag to resize

SIPMessageInfoGetHeader Method

Gets the SIP header field.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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