HttpWorkerRequest.IsEntireEntityBodyIsPreloaded Method ()

 

Returns a value indicating whether all request data is available and no further reads from the client are required.

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

abstract IsEntireEntityBodyIsPreloaded : unit -> bool
override IsEntireEntityBodyIsPreloaded : unit -> bool

Return Value

Type: System.Boolean

true if all request data is available; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: