HeaderCollection.FindFirst
The FindFirst method finds the first occurrence of a specified header type.
Syntax
[C#]
Copy Code | |
---|---|
public Header FindFirst( String type ); |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
Public Function FindFirst( _ ByVal type As String _ ) As Header |
Parameters
Return Values
Returns a Header object containing the first occurrence of the specified header type if a match is found. If no match is found, NULL is returned.
Remarks
The match is case-sensitive.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)