Header.IsReadOnly

The IsReadOnly property indicates whether the SIP header is read-only.

Syntax

[C#]

  Copy imageCopy Code
public Boolean IsReadOnly {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property IsReadOnly As Boolean

Remarks

Some headers, such as the SIP VIA header, cannot be modified, but are exposed to applications for read-only purposes.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts