How do I restrict the amount of data received from a OData service.?
In a WCF Service there is an option MaxReceivedMessageSize with which we can restrict. Binding.MaxReceivedMessageSize ==> Gets or sets the maximum size for a message that can be received on a channel configured with this binding.
In the case of OData is there a way to restrict the amount of data received from the server?
How do I throttle the amount of data received? OR Is it same as the underlying Http protocol ?
Thanks
Venki