HttpMultipartContent.WriteToStreamAsync(IOutputStream) Méthode

Définition

Écrivez httpMultipartContent dans un flux de sortie en tant qu’opération asynchrone.

public:
 virtual IAsyncOperationWithProgress<unsigned long long, unsigned long long> ^ WriteToStreamAsync(IOutputStream ^ outputStream) = WriteToStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<uint64_t, uint64_t> WriteToStreamAsync(IOutputStream const& outputStream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<ulong,ulong> WriteToStreamAsync(IOutputStream outputStream);
function writeToStreamAsync(outputStream)
Public Function WriteToStreamAsync (outputStream As IOutputStream) As IAsyncOperationWithProgress(Of ULong, ULong)

Paramètres

outputStream
IOutputStream

Flux de sortie dans lequel écrire.

Retours

IAsyncOperationWithProgress<UInt64,UInt64>

Windows.Foundation.IAsyncOperationWithProgress<unsigned long long,unsigned long long>

IAsyncOperationWithProgress<uint64_t,uint64_t>

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

Implémente

Attributs

Remarques

Cette opération ne se bloque pas. L’objet IAsyncOperationWithProgress(UInt64, UInt64) retourné se termine une fois que tout le contenu a été écrit dans le flux de sortie.

S’applique à