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.4.54.0
Syntax
public SIPHeader(
	string headerName,
	string value
)

Parameters

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