Share via


ODataMessageQuotas.MaxReceivedMessageSize Property

 

Gets or sets the maximum number of bytes that should be read from the message.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public long MaxReceivedMessageSize { get; set; }
public:
property long long MaxReceivedMessageSize {
    long long get();
    void set(long long value);
}
member MaxReceivedMessageSize : int64 with get, set
Public Property MaxReceivedMessageSize As Long

Property Value

Type: System.Int64

The maximum number of bytes that should be read from the message.

See Also

ODataMessageQuotas Class
Microsoft.OData.Core Namespace

Return to top