Property | Type | Description | |
---|---|---|---|
Clone | |||
Cookie | System.Collections.Generic | ||
DomainCharsTest | bool | ||
Dump | void | ||
InternalSetName | bool | ||
IsDomainEqualToHost | bool | ||
ToServerString | string | ||
ToString | void | ||
VerifySetDefaults | bool |
Method | 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 |
Method | Description | |
---|---|---|
Clone ( ) : |
||
Cookie ( ) : System.Collections.Generic | ||
DomainCharsTest ( string name ) : bool | ||
Dump ( ) : void | ||
InternalSetName ( string value ) : bool | ||
IsDomainEqualToHost ( string domain, string host ) : bool | ||
ToServerString ( ) : string | ||
ToString ( |
||
VerifySetDefaults ( CookieVariant variant, Uri uri, bool isLocalDomain, string localDomain, bool setDefault, bool shouldThrow ) : bool |
public Cookie ( string name, string value ) : System.Collections | ||
name | string | |
value | string | |
return | System.Collections |
public Cookie ( string name, string value, string path ) : System.Collections | ||
name | string | |
value | string | |
path | string | |
return | System.Collections |
public Cookie ( string name, string value, string path, string domain ) : System.Collections | ||
name | string | |
value | string | |
path | string | |
domain | string | |
return | System.Collections |
public Cookie ( string name, string value ) : System.Collections.Generic | ||
name | string | |
value | string | |
return | System.Collections.Generic |
public Cookie ( string name, string value, string path ) : System.Collections.Generic | ||
name | string | |
value | string | |
path | string | |
return | System.Collections.Generic |
public Cookie ( string name, string value, string path, string domain ) : System.Collections.Generic | ||
name | string | |
value | string | |
path | string | |
domain | string | |
return | System.Collections.Generic |