Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

HttpRequest.BeginGetRequestStream Method

Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9147)

BeginGetRequestStream(AsyncCallback, Object)

Begins asynchronous GetRequestStream operation. Returns request stream that the request data can be written to as an asynchronous operation. Returns writable stream.

Declaration
public override IAsyncResult BeginGetRequestStream(AsyncCallback callback, object state)
Parameters
Type Name Description
AsyncCallback callback

An optional asynchronous callback to be called when the operation is complete.

Object state

A user-provided object that identifies this particular asynchronous operation.

Returns
Type Description
IAsyncResult

An IAsyncResult that references the asynchronous operation.

Overrides
WebRequest.BeginGetRequestStream(AsyncCallback, Object)
In This Article
  • BeginGetRequestStream(AsyncCallback, Object)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies