Table of Contents

Method GetHeader

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

GetHeader(string)

Gets all values associated with the header with the specified name.

string[] GetHeader(string name)

Parameters

name string

The name of the header to retrieve.

Returns

string[]

An array of strings representing the values of the header. Returns an empty array if the header is not found.