Creates a new header object with a specified standard header type and value.

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

Syntax

Visual Basic (declaration)
Public 
Sub 
New ( _
	
standardType 
As 

Header

.
.
::
.
.
StandardHeaderType, _
	
value 
As 
String _
)
Visual Basic (usage)
Dim 
standardType 
As 

Header

.
.
::
.
.
StandardHeaderType
Dim 
value 
As 
String

Dim 
instance 
As New 

Header(
standardType, _
	
value)
C#
public 
Header(
	

Header

.
.
::
.
.
StandardHeaderType 
standardType,
	
string 
value
)

See also