C# Class Microsoft.Http.Headers.Cookie

Datei anzeigen Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Methods

Method 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 method

public Add ( string attributeName ) : void
attributeName string
return void

Add() public method

public Add ( string key, string value ) : void
key string
value string
return void

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

Cookie() public method

public Cookie ( ) : System
return System

HasAttribute() public method

public HasAttribute ( string key ) : bool
key string
return bool

Parse() public static method

public static Parse ( string value ) : Cookie
value string
return Cookie

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string key ) : string
key string
return string