Click or drag to resize
SIPHeader Constructor
Creates a new instance of the SIPHeader class.

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

Parameters

headerName
Type: SystemString
The name of the header.
value
Type: SystemString
The value of the header.
Exceptions
ExceptionCondition
ArgumentExceptionThrows an exception when value is null.
See Also