A read-only collection of headers of the specified type.

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

Syntax

Visual Basic (declaration)
Public 
Function 
GetHeaders ( _
	
type 
As 
String _
) 
As 
IEnumerator
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
type 
As 
String
Dim 
returnValue 
As 
IEnumerator

returnValue = instance.
GetHeaders(
type)
C#
public 
IEnumerator 
GetHeaders(
	
string 
type
)

Parameters

type
Type: System . . :: . . String

See also