Creates a new header object with a specified header type.

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

Syntax

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

Dim 
instance 
As New 

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

Parameters

type
Type: System . . :: . . String

Remarks

This constructor creates a header with an empty value that should be populated.

See also