The IsReadOnlyproperty indicates whether the SIP header is read-only.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
IsReadOnly 
As 
Boolean
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Header
Dim 
value 
As 
Boolean

value = instance.
IsReadOnly
C#
public 
bool 
IsReadOnly { 
get; }

Property value

Type: System . . :: . . Boolean

Remarks

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

See also