HttpFormUrlEncodedContent.ReadAsInputStreamAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Serializzare HttpFormUrlEncodedContent e restituire un flusso di input che rappresenta il contenuto come operazione asincrona.
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)
Restituisce
Windows.Foundation.IAsyncOperationWithProgress<Windows.Storage.Streams.IInputStream,unsigned long long>
IAsyncOperationWithProgress<IInputStream,uint64_t>
Oggetto che rappresenta l'operazione asincrona.
Implementazioni
- Attributi
Commenti
Questa operazione non verrà bloccata. L'oggetto IAsyncOperationWithProgress restituito (di IInputStream e intero senza segno a 64 bit) viene completato dopo che tutto il contenuto è stato scritto nel flusso.