HttpWorkerRequest.HasEntityBody Method ()

 

Returns a value indicating whether the request contains body data.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public bool HasEntityBody()

Return Value

Type: System.Boolean

true if the request contains body data; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: