Table of Contents

Method GetValues

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetValues(string)

Gets all headers values associated with the specified header name.

public IEnumerable<string> GetValues(string name)

Parameters

name string

The header name.

Returns

IEnumerable<string>