Share via


HttpBufferContent.ReadAsInputStreamAsync Méthode

Définition

Sérialisez httpBufferContent et retournez un flux d’entrée qui représente le contenu en tant qu’opération asynchrone.

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)

Retours

IAsyncOperationWithProgress<IInputStream,UInt64>

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

IAsyncOperationWithProgress<IInputStream,uint64_t>

Objet qui représente l’opération asynchrone.

Implémente

Attributs

Remarques

Cette opération ne se bloque pas. L’IAsyncOperationWithProgress retourné (de IInputStream et 64 bits non signé int) se termine une fois que tout le contenu a été écrit dans le flux.

S’applique à

Voir aussi