System::Net::FileWebRequest::EndGetRequestStream method

FileWebRequest::EndGetRequestStream method

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

System::SharedPtr<IO::Stream> System::Net::FileWebRequest::EndGetRequestStream(System::SharedPtr<IAsyncResult> asyncResult) override
ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous operation to get a stream.

ReturnValue

The stream for writing data to the resource.

See Also