Header.Type

The Type property contains the SIP header type as a string.

Syntax

[C#]

  Copy imageCopy Code
public String Type {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property Type As String

Remarks

A header type is a string value such as "From", "To", "Contact", "Call-ID", or "CSeq".

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also