Share via


HeaderDictionary.IsReadOnly Property

 

Gets a value that indicates whether the HeaderDictionary is in read-only mode.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    virtual bool get() sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Type: System.Boolean

true if the HeaderDictionary is in read-only mode; otherwise, false.

Implements

ICollection<T>.IsReadOnly

See Also

HeaderDictionary Class
Microsoft.Owin Namespace

Return to top