System::Net::WebRequest::BeginGetRequestStream method

WebRequest::BeginGetRequestStream method

Avvia un’operazione asincrona per ottenere un flusso per scrivere dati nella risorsa.

virtual System::SharedPtr<IAsyncResult> System::Net::WebRequest::BeginGetRequestStream(AsyncCallback callback, System::SharedPtr<Object> state)=0
ParametroTipoDescrizione
callbackAsyncCallbackUna callback da chiamare al completamento dell’operazione.
statoSystem::SharedPtr<Object>Dati forniti dall’utente utilizzati per identificare in modo univoco ogni operazione asincrona.

ReturnValue

Un oggetto IAsyncResult che rappresenta l’operazione asincrona avviata.

Vedi anche