HttpParameterBinding.WillReadBody Property

 

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

public virtual bool WillReadBody { get; }
public:
property bool WillReadBody {
    virtual bool get();
}
abstract WillReadBody : bool with get
override WillReadBody : bool with get
Public Overridable ReadOnly Property WillReadBody As Boolean

Property Value

Type: System.Boolean

true if this HttpParameterBinding will read the entity body; otherwise, false.

See Also

HttpParameterBinding Class
System.Web.Http.Controllers Namespace

Return to top