ODataBatchHandler.MessageQuotas Property
Gets the ODataMessageQuotas used for reading/writing the batch request/response.
Namespace: System.Web.OData.Batch
Assembly: System.Web.OData (in System.Web.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.OData.Core.ODataMessageQuotas
See Also
ODataBatchHandler Class
System.Web.OData.Batch Namespace
Return to top