Mono Class Library: System.Web.HttpWorkerRequest Overview | Members

System.Web.HttpWorkerRequest.HasEntityBody Method

Whether the incoming HTTP request has a body (for example in a POST).

public bool HasEntityBody ()

Returns

Returns true if the HTTP request has a body (for example during a POST request).

Remarks

See also: HttpWorkerRequest.IsEntireEntityBodyIsPreloaded() , HttpWorkerRequest.GetPreloadedEntityBody() and HttpWorkerRequest.ReadEntityBody(byte[], int)

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0