HttpClientRequestMessage.BeginGetRequestStream(AsyncCallback, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.