HttpWorkerRequest.HasEntityBody Method

Definition

Returns a value indicating whether the request contains body data.

public:
 bool HasEntityBody();
public bool HasEntityBody ();
member this.HasEntityBody : unit -> bool
Public Function HasEntityBody () As Boolean

Returns

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

Applies to