ByteArrayContent.CreateContentReadStreamAsync メソッド

定義

ByteArrayContent からのメモリであるバッキング ストアの読み取りの非同期操作として HTTP コンテンツ ストリームを作成します。

protected:
 override System::Threading::Tasks::Task<System::IO::Stream ^> ^ CreateContentReadStreamAsync();
protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync ();
override this.CreateContentReadStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Protected Overrides Function CreateContentReadStreamAsync () As Task(Of Stream)

戻り値

非同期操作を表すタスク オブジェクト。

注釈

この操作はブロックされません。 返される Task<TResult> オブジェクトは、すべてのコンテンツ ストリームが作成された後に完了します。

適用対象