FormatterContext.IsRead Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating whether the context will be used to select for formatter for reading or writing the content

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Property IsRead As Boolean
public bool IsRead { get; private set; }
public:
property bool IsRead {
    bool get ();
    private: void set (bool value);
}
member IsRead : bool with get, private set
function get IsRead () : boolean
private function set IsRead (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FormatterContext Class

System.Net.Http.Formatting Namespace