HttpMultipartFormDataContent.ReadAsInputStreamAsync Método

Definição

Serialize o HttpMultipartFormDataContent e retorne um fluxo de entrada que representa o conteúdo como uma operação assíncrona.

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)

Retornos

IAsyncOperationWithProgress<IInputStream,UInt64>

Windows.Foundation.IAsyncOperationWithProgress<Windows.Storage.Streams.IInputStream,unsigned long long>

IAsyncOperationWithProgress<IInputStream,uint64_t>

O objeto que representa a operação assíncrona.

Implementações

Atributos

Comentários

Essa operação não será bloqueada. O IAsyncOperationWithProgress retornado (de IInputStream e inteiro de 64 bits sem sinal) é concluído depois que todo o conteúdo é gravado no fluxo.

Aplica-se a