C# Class System.Net.CookieCollection

Inheritance: ICollection
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Dump void
IndexOf int
InternalAdd int
RemoveAt void
TimeStamp DateTime

Public Methods

Method 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

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

public Add ( Cookie cookie ) : void
cookie Cookie
return void

Add() public method

public Add ( CookieCollection cookies ) : void
cookies CookieCollection
return void

CookieCollection() public method

public CookieCollection ( ) : System.Collections
return System.Collections

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array Array
index int
return void

CopyTo() public method

public CopyTo ( Cookie array, int index ) : void
array Cookie
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

this() public method

public this ( int index ) : Cookie
index int
return Cookie

this() public method

public this ( string name ) : Cookie
name string
return Cookie