Search Results for

    Show / Hide Table of Contents

    IGraphQLHttpResponse.SetHeader Method

    Sets the value of the specified response HTTP header.

    Syntax

    Unit: GraphQL.Http.Interfaces

    procedure IGraphQLHttpResponse.SetHeader(const Name: string; const Value: string); virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const Name string The name of the HTTP header to be set.
    const Value string The new value of the HTTP header.

    See also

    • IGraphQLHttpResponse
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com