System::Net::FileWebRequest::EndGetRequestStream 方法

FileWebRequest::EndGetRequestStream method

等待指定的获取流的异步操作完成。

System::SharedPtr<IO::Stream> System::Net::FileWebRequest::EndGetRequestStream(System::SharedPtr<IAsyncResult> asyncResult) override
ParameterType描述
asyncResultSystem::SharedPtr<IAsyncResult>一个 IAsyncResult 对象,表示获取流的异步操作。

ReturnValue

用于向资源写入数据的流。

另见