Returns a value indicating whether this HttpParameterBinding instance will read the entity body of the HTTP message.
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property WillReadBody As Boolean 
    Get
'Usage
Dim instance As HttpParameterBinding 
Dim value As Boolean 
value = instance.WillReadBody
public virtual bool WillReadBody { get; }
public:
virtual property bool WillReadBody {
    bool get ();
}
abstract WillReadBody : bool 
override WillReadBody : bool
function get WillReadBody () : boolean
Property Value
Type: System.Boolean
true if this HttpParameterBinding will read the entity body; otherwise, false.