HttpWorkerRequest::EndRead Method (IAsyncResult^)

.NET Framework (current version)
 

Waits for the pending asynchronous read operation to complete.

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

public:
virtual int EndRead(
	IAsyncResult^ asyncResult
)

Parameters

asyncResult
Type: System::IAsyncResult^

A reference to the pending asynchronous request.

Return Value

Type: System::Int32

The number of bytes that have been read from the stream.

.NET Framework
Available since 4.5
Return to top
Show: