IHttpMaxRequestBodySizeFeature.IsReadOnly Property

Definition

Indicates whether MaxRequestBodySize is read-only. If true, this could mean that the request body has already been read from or that UpgradeAsync() was called.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Applies to