ODataMediaTypeFormatter.MessageReaderQuotas Property

 

Gets the ODataMessageQuotas that this formatter uses on the read side.

Namespace:   System.Web.Http.OData.Formatter
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public ODataMessageQuotas MessageReaderQuotas { get; }
public:
property ODataMessageQuotas^ MessageReaderQuotas {
    ODataMessageQuotas^ get();
}
member MessageReaderQuotas : ODataMessageQuotas with get
Public ReadOnly Property MessageReaderQuotas As ODataMessageQuotas

Property Value

Type: Microsoft.Data.OData.ODataMessageQuotas

See Also

ODataMediaTypeFormatter Class
System.Web.Http.OData.Formatter Namespace

Return to top