Table of Contents

Method SetCookieHeader

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

SetCookieHeader(string, string)

Abstract method that calls the "Set-Cookie" header with the value of the created cookie.

protected abstract void SetCookieHeader(string name, string value)

Parameters

name string

The cookie header name. Usually Set-Cookie.

value string

The cookie value.