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

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

Syntax

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

Header

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

Header

.
.
::
.
.
StandardHeaderType

Dim 
instance 
As New 

Header(
standardType)
C#
public 
Header(
	

Header

.
.
::
.
.
StandardHeaderType 
standardType
)

See also