IGraphQLHttpResponse.SetStatusCode Method
Sets the HTTP status code of the response.
Syntax
Unit: GraphQL.Http.Interfaces
procedure IGraphQLHttpResponse.SetStatusCode(const Value: Integer); virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Value | Integer | The value of the status code to be set. |