HttpWorkerRequest.GetTotalEntityBodyLength Method

Definition

Gets the length of the entire HTTP request body.

public:
 virtual int GetTotalEntityBodyLength();
public virtual int GetTotalEntityBodyLength ();
abstract member GetTotalEntityBodyLength : unit -> int
override this.GetTotalEntityBodyLength : unit -> int
Public Overridable Function GetTotalEntityBodyLength () As Integer

Returns

An integer containing the length of the entire HTTP request body.

Applies to