C# Class System.Net.CookieCollection

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

Private Properties

Свойство Type Description
Dump void
IndexOf int
InternalAdd int
RemoveAt void
TimeStamp DateTime

Méthodes publiques

Méthode Description
Add ( Cookie cookie ) : void
Add ( CookieCollection cookies ) : void
CookieCollection ( ) : System.Collections
CopyTo ( Array array, int index ) : void
CopyTo ( Cookie array, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( int index ) : Cookie
this ( string name ) : Cookie

Private Methods

Méthode Description
Dump ( ) : void
IndexOf ( Cookie cookie ) : int
InternalAdd ( Cookie cookie, bool isStrict ) : int
RemoveAt ( int idx ) : void
TimeStamp ( Stamp how ) : DateTime

Method Details

Add() public méthode

public Add ( Cookie cookie ) : void
cookie Cookie
Résultat void

Add() public méthode

public Add ( CookieCollection cookies ) : void
cookies CookieCollection
Résultat void

CookieCollection() public méthode

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

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array Array
index int
Résultat void

CopyTo() public méthode

public CopyTo ( Cookie array, int index ) : void
array Cookie
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

this() public méthode

public this ( int index ) : Cookie
index int
Résultat Cookie

this() public méthode

public this ( string name ) : Cookie
name string
Résultat Cookie