Message.AllHeaders

The AllHeaders property contains the message headers as a HeaderCollection object.

Syntax

[C#]

  Copy imageCopy Code
public HeaderCollection AllHeaders {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property AllHeaders As HeaderCollection

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also