EndGetRequestStream()

WebRequest::EndGetRequestStream(System::SharedPtr<IAsyncResult>) method

Waits until the specified asynchronous operation to get a stream completes.

virtual System::SharedPtr<IO::Stream> System::Net::WebRequest::EndGetRequestStream(System::SharedPtr<IAsyncResult> asyncResult)=0

Arguments

ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous operation to get a stream.

Return Value

The stream for writing data to the resource.

See Also