Header.IsReadOnly
The IsReadOnly property indicates whether the SIP header is read-only.
Syntax
[C#]
Copy Code | |
---|---|
public Boolean IsReadOnly {get;} |
Syntax
[Visual Basic .NET]
Copy 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)