System::Net::Cookie::Cookie costruttore
Contenuti
[
Nascondere
]Cookie::Cookie() constructor
Crea una nuova istanza.
System::Net::Cookie::Cookie()
Vedi anche
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++
Cookie::Cookie(String, String) constructor
Crea una nuova istanza.
System::Net::Cookie::Cookie(String name, String value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| name | String | Il nome del cookie. |
| value | String | Il valore del cookie. |
Vedi anche
- Class String
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++
Cookie::Cookie(String, String, String) constructor
Crea una nuova istanza.
System::Net::Cookie::Cookie(String name, String value, String path)
| Parametro | Tipo | Descrizione |
|---|---|---|
| name | String | Il nome del cookie. |
| value | String | Il valore del cookie. |
| percorso | String | Il valore dell’attributo ‘Path’. |
Vedi anche
- Class String
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++
Cookie::Cookie(String, String, String, String) constructor
Crea una nuova istanza.
System::Net::Cookie::Cookie(String name, String value, String path, String domain)
| Parametro | Tipo | Descrizione |
|---|---|---|
| name | String | Il nome del cookie. |
| value | String | Il valore del cookie. |
| percorso | String | Il valore dell’attributo ‘Path’. |
| dominio | String | Il valore dell’attributo ‘Domain’. |
Vedi anche
- Class String
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++