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