C# Class Electro.Utils.CookieHelper

Exibir arquivo Open project: HackerDom/ructfe-2015

Public Methods

Method Description
SetCookie ( this response, string name, string value, bool httpOnly = false ) : void

Method Details

SetCookie() public static method

public static SetCookie ( this response, string name, string value, bool httpOnly = false ) : void
response this
name string
value string
httpOnly bool
return void