HttpStringContent.ReadAsInputStreamAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sérialisez httpStringContent 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
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 entier 64 bits non signé) se termine une fois que tout le contenu a été écrit dans le flux.