C# Class Microsoft.Http.Headers.Cookie

Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string attributeName ) : void
Add ( string key, string value ) : void
ContainsKey ( string key ) : bool
Cookie ( ) : System
HasAttribute ( string key ) : bool
Parse ( string value ) : Cookie
ToString ( ) : string
this ( string key ) : string

Method Details

Add() public méthode

public Add ( string attributeName ) : void
attributeName string
Résultat void

Add() public méthode

public Add ( string key, string value ) : void
key string
value string
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

Cookie() public méthode

public Cookie ( ) : System
Résultat System

HasAttribute() public méthode

public HasAttribute ( string key ) : bool
key string
Résultat bool

Parse() public static méthode

public static Parse ( string value ) : Cookie
value string
Résultat Cookie

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string key ) : string
key string
Résultat string