Table of Contents

Method AppendHeader

Namespace
Sisk.Core.Http.Engine
Assembly
Sisk.Core.dll

AppendHeader(string, string)

Appends a header to the response.

public abstract void AppendHeader(string name, string value)

Parameters

name string

The name of the header.

value string

The value of the header.