The Headerconstructor creates a new instance of the Headerclass of the specified SIP header type, with the specified value.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
New ( _
	
type 
As 
String, _
	
value 
As 
String _
)
Visual Basic (usage)
Dim 
type 
As 
String
Dim 
value 
As 
String

Dim 
instance 
As New 

Header(
type, 
value)
C#
public 
Header(
	
string 
type,
	
string 
value
)

Parameters

type
Type: System . . :: . . String
value
Type: System . . :: . . String

See also