Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ODataMessageQuotas used for reading/writing the batch request/response.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataMessageQuotas MessageQuotas { get; }
public:
property ODataMessageQuotas^ MessageQuotas {
ODataMessageQuotas^ get();
}
member MessageQuotas : ODataMessageQuotas with get
Public ReadOnly Property MessageQuotas As ODataMessageQuotas
Property Value
Type: Microsoft.Data.OData.ODataMessageQuotas
See Also
ODataBatchHandler Class
System.Web.Http.OData.Batch Namespace
Return to top