THttpServerResponseStream.Create Constructor
Creates the content stream bound to the given response.
Syntax
Unit: Sparkle.HttpServer.Response
constructor THttpServerResponseStream.Create(AResponse: THttpServerResponse);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AResponse | THttpServerResponse | The response whose body this stream writes. |