StreamContent.CreateContentReadStreamAsync Metodo

Definizione

Restituisce il flusso HTTP come flusso di sola lettura come operazione asincrona.

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)

Valori restituiti

Oggetto attività che rappresenta l'operazione asincrona.

Si applica a