Ozeki VoIP SDK Class library
SIPHeader Constructor (headerName, value)
NamespacesOzeki.VoIP.SIPSIPHeaderSIPHeader(String, String)
Creates a new instance of the SIPHeader class.
Declaration Syntax
C#Visual BasicVisual C++
public SIPHeader(
	string headerName,
	string value
)
Public Sub New ( 
	headerName As String,
	value As String
)
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.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290