Table of Contents

Method AppendHeader

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

AppendHeader(string, string)

Appends a header with the specified name and value to the collection. If a header with the same name already exists, the new value is added as an additional value for that header.

void AppendHeader(string name, string value)

Parameters

name string

The name of the header to append.

value string

The value of the header to append.