Removes the first occurrence of the specific item from the list.

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

Syntax

Visual Basic (declaration)
Public 
Sub 
Remove ( _
	
h 
As 

Header _
)
Visual Basic (usage)
Dim 
instance 
As 

HeaderCollection
Dim 
h 
As 

Header

instance.
Remove(
h)
C#
public 
void 
Remove(
	

Header 
h
)

See also