Click or drag to resize

SIPHeader Constructor

Creates a new instance of the SIPHeader class.

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