HttpFormUrlEncodedContent.WriteToStreamAsync(IOutputStream) Método

Definición

Escriba HttpFormUrlEncodedContent en un flujo de salida como una operación asincrónica.

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)

Parámetros

outputStream
IOutputStream

Flujo de salida donde se va a escribir.

Devoluciones

IAsyncOperationWithProgress<UInt64,UInt64>

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

IAsyncOperationWithProgress<uint64_t,uint64_t>

Objeto que representa la operación asincrónica.

Implementaciones

Atributos

Comentarios

Esta operación no se bloqueará. El objeto IAsyncOperationWithProgress(UInt64, UInt64) devuelto se completará después de que se haya escrito todo el contenido en el flujo de salida.

Se aplica a