Click or drag to resize

SIPMessageInfoGetHeader Method

Gets the SIP header field.

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

Parameters

headerName  String
The name of the SIP header.

Return Value

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