HttpWorkerRequest::GetBytesRead Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the number of bytes read in from the client.

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

public:
virtual long long GetBytesRead()

Return Value

Type: System::Int64

A Long containing the number of bytes read.

.NET Framework
Available since 1.1
Return to top
Show: