HttpFormUrlEncodedContent.WriteToStreamAsync(IOutputStream) Methode

Definition

Schreiben Sie httpFormUrlEncodedContent als asynchronen Vorgang in einen Ausgabestream.

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)

Parameter

outputStream
IOutputStream

Der Ausgabestream, in den geschrieben werden soll.

Gibt zurück

IAsyncOperationWithProgress<UInt64,UInt64>

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

IAsyncOperationWithProgress<uint64_t,uint64_t>

Das -Objekt, das den asynchronen Vorgang darstellt.

Implementiert

Attribute

Hinweise

Dieser Vorgang wird nicht blockiert. Das zurückgegebene IAsyncOperationWithProgress(UInt64, UInt64) -Objekt wird abgeschlossen, nachdem der gesamte Inhalt in den Ausgabestream geschrieben wurde.

Gilt für: