HttpWorkerRequest.IsEntireEntityBodyIsPreloaded Method

Definition

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

public:
 virtual bool IsEntireEntityBodyIsPreloaded();
public virtual bool IsEntireEntityBodyIsPreloaded ();
abstract member IsEntireEntityBodyIsPreloaded : unit -> bool
override this.IsEntireEntityBodyIsPreloaded : unit -> bool
Public Overridable Function IsEntireEntityBodyIsPreloaded () As Boolean

Returns

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

Applies to