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

WebRequest::BeginGetRequestStream method

リソースにデータを書き込むためのストリームを取得する非同期操作を開始します。

virtual System::SharedPtr<IAsyncResult> System::Net::WebRequest::BeginGetRequestStream(AsyncCallback callback, System::SharedPtr<Object> state)=0
パラメーター説明
コールバックAsyncCallback操作が完了したときに呼び出されるコールバックです。
状態System::SharedPtr<Object>各非同期操作を一意に識別するためにユーザーが提供するデータです。

ReturnValue

開始された非同期操作を表す IAsyncResult オブジェクトです。

参照