C# Class Electro.Utils.CookieHelper

Afficher le fichier Open project: HackerDom/ructfe-2015

Méthodes publiques

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

Method Details

SetCookie() public static méthode

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