HttpRequest.GetRequestStreamAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 8.0.9673)
GetRequestStreamAsync()
Returns request stream that the request data can be written to as an asynchronous operation. Returns writable stream.
Declaration
public override async Task<Stream> GetRequestStreamAsync()
Returns
| Type | Description |
|---|---|
| Task<Stream> | Task representing the asynchronous operation. |