Table of Contents

Method Get

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

Get(string)

Gets the values of all headers that match the specified name.

public string[] Get(string name)

Parameters

name string

The name of the header to retrieve.

Returns

string[]

An array of header values that match the specified name. If no headers match, an empty array is returned.