Class for HTTP cookies.
More...
Class for HTTP cookies.
Definition at line 10 of file Cookie.cs.
◆ Cookie() [1/2]
| MTSC.Common.Http.Cookie.Cookie |
( |
string |
key, |
|
|
string |
value |
|
) |
| |
Creates a new instance of cookie class.
- Parameters
-
| key | Key of cookie. |
| value | Value of cookie. |
Definition at line 29 of file Cookie.cs.
◆ Cookie() [2/2]
| MTSC.Common.Http.Cookie.Cookie |
( |
string |
cookieString | ) |
|
Creates a new instance of cookie class.
- Parameters
-
| cookieString | String containing the definition of a cookie |
Definition at line 39 of file Cookie.cs.
◆ BuildCookieBytes()
| byte [] MTSC.Common.Http.Cookie.BuildCookieBytes |
( |
| ) |
|
Build the byte array containing the cookie definition.
- Returns
- Byte array containin the cookie definition.
Definition at line 76 of file Cookie.cs.
◆ BuildCookieString()
| string MTSC.Common.Http.Cookie.BuildCookieString |
( |
| ) |
|
Build the string containing the cookie definition.
- Returns
- String containing the cookie definition.
Definition at line 55 of file Cookie.cs.
◆ Attributes
| Dictionary<string, string> MTSC.Common.Http.Cookie.Attributes |
|
get |
Dictionary containing cookie attributes.
Definition at line 23 of file Cookie.cs.
◆ Key
| string MTSC.Common.Http.Cookie.Key |
|
get |
Key of cookie.
Definition at line 15 of file Cookie.cs.
◆ Value
| string MTSC.Common.Http.Cookie.Value |
|
get |
Value of cookie.
Definition at line 19 of file Cookie.cs.
The documentation for this class was generated from the following file: