The Addmethod adds the specific header to the collection.

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

Syntax

Visual Basic (declaration)
Public 
Function 
Add ( _
	
h 
As 

Header _
) 
As 
Integer
Visual Basic (usage)
Dim 
instance 
As 

HeaderCollection
Dim 
h 
As 

Header
Dim 
returnValue 
As 
Integer

returnValue = instance.
Add(
h)
C#
public 
int 
Add(
	

Header 
h
)

Return value

Type: System . . :: . . Int32

See also