System::Net::WebRequest::EndGetRequestStream メソッド

WebRequest::EndGetRequestStream method

指定されたストリーム取得の非同期操作が完了するまで待機します。

virtual System::SharedPtr<IO::Stream> System::Net::WebRequest::EndGetRequestStream(System::SharedPtr<IAsyncResult> asyncResult)=0
パラメーター説明
asyncResultSystem::SharedPtr<IAsyncResult>ストリーム取得の非同期操作を表す IAsyncResult オブジェクト。

ReturnValue

リソースにデータを書き込むためのストリーム。

参照