HttpMultipartContent.ReadAsInputStreamAsync Méthode

Définition

Sérialisez httpMultipartContent et retournez un flux d’entrée qui représente le contenu sous la forme d’une 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 représentant l’opération asynchrone.

Implémente

Attributs

Remarques

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

S’applique à