C# Class System.Net.Cookie

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
Clone Cookie
Cookie System.Collections.Generic
DomainCharsTest bool
Dump void
InternalSetName bool
IsDomainEqualToHost bool
ToServerString string
ToString void
VerifySetDefaults bool

Méthodes publiques

Méthode Description
Cookie ( ) : System.Collections
Cookie ( string name, string value ) : System.Collections
Cookie ( string name, string value, string path ) : System.Collections
Cookie ( string name, string value, string path, string domain ) : System.Collections
Cookie ( string name, string value ) : System.Collections.Generic
Cookie ( string name, string value, string path ) : System.Collections.Generic
Cookie ( string name, string value, string path, string domain ) : System.Collections.Generic
Equals ( object comparand ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
Clone ( ) : Cookie
Cookie ( ) : System.Collections.Generic
DomainCharsTest ( string name ) : bool
Dump ( ) : void
InternalSetName ( string value ) : bool
IsDomainEqualToHost ( string domain, string host ) : bool
ToServerString ( ) : string
ToString ( StringBuilder sb ) : void
VerifySetDefaults ( CookieVariant variant, Uri uri, bool isLocalDomain, string localDomain, bool setDefault, bool shouldThrow ) : bool

Method Details

Cookie() public méthode

public Cookie ( ) : System.Collections
Résultat System.Collections

Cookie() public méthode

public Cookie ( string name, string value ) : System.Collections
name string
value string
Résultat System.Collections

Cookie() public méthode

public Cookie ( string name, string value, string path ) : System.Collections
name string
value string
path string
Résultat System.Collections

Cookie() public méthode

public Cookie ( string name, string value, string path, string domain ) : System.Collections
name string
value string
path string
domain string
Résultat System.Collections

Cookie() public méthode

public Cookie ( string name, string value ) : System.Collections.Generic
name string
value string
Résultat System.Collections.Generic

Cookie() public méthode

public Cookie ( string name, string value, string path ) : System.Collections.Generic
name string
value string
path string
Résultat System.Collections.Generic

Cookie() public méthode

public Cookie ( string name, string value, string path, string domain ) : System.Collections.Generic
name string
value string
path string
domain string
Résultat System.Collections.Generic

Equals() public méthode

public Equals ( object comparand ) : bool
comparand object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string