HttpWebRequestMessage.BeginGetRequestStream(AsyncCallback, Object) Method

Definition

Begins an asynchronous request for a System.IO.Stream object to use to write data.

public override IAsyncResult BeginGetRequestStream (AsyncCallback callback, object state);
override this.BeginGetRequestStream : AsyncCallback * obj -> IAsyncResult
Public Overrides Function BeginGetRequestStream (callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

callback
AsyncCallback

The System.AsyncCallback delegate.

state
Object

The state object for this request.

Returns

An System.IAsyncResult that references the asynchronous request.

Applies to