System::Net::WebRequest::EndGetRequestStream method

WebRequest::EndGetRequestStream 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
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