HttpBufferContent.ReadAsInputStreamAsync Método

Definición

Serialice HttpBufferContent y devuelva un flujo de entrada que represente el contenido como una operación asincrónica.

public:
 virtual IAsyncOperationWithProgress<IInputStream ^, unsigned long long> ^ ReadAsInputStreamAsync() = ReadAsInputStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<IInputStream, uint64_t> ReadAsInputStreamAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<IInputStream,ulong> ReadAsInputStreamAsync();
function readAsInputStreamAsync()
Public Function ReadAsInputStreamAsync () As IAsyncOperationWithProgress(Of IInputStream, ULong)

Devoluciones

IAsyncOperationWithProgress<IInputStream,UInt64>

Windows.Foundation.IAsyncOperationWithProgress<Windows.Storage.Streams.IInputStream,unsigned long long>

IAsyncOperationWithProgress<IInputStream,uint64_t>

Objeto que representa la operación asincrónica.

Implementaciones

Atributos

Comentarios

Esta operación no se bloqueará. El IAsyncOperationWithProgress devuelto (de IInputStream y unsigned int de 64 bits) se completa después de que todo el contenido se haya escrito en la secuencia.

Se aplica a

Consulte también