System::Net::Cookie::Cookie Konstruktor
Inhalt
[
Ausblenden
]Cookie::Cookie() constructor
Konstruiert eine neue Instanz.
System::Net::Cookie::Cookie()
Siehe auch
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++
Cookie::Cookie(String, String) constructor
Konstruiert eine neue Instanz.
System::Net::Cookie::Cookie(String name, String value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| name | String | Der Name des Cookies. |
| Wert | String | Der Wert des Cookies. |
Siehe auch
- Class String
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++
Cookie::Cookie(String, String, String) constructor
Konstruiert eine neue Instanz.
System::Net::Cookie::Cookie(String name, String value, String path)
| Parameter | Typ | Beschreibung |
|---|---|---|
| name | String | Der Cookie-Name. |
| Wert | String | Der Cookie-Wert. |
| Pfad | String | Der Wert des ‘Path’-Attributs. |
Siehe auch
- Class String
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++
Cookie::Cookie(String, String, String, String) constructor
Konstruiert eine neue Instanz.
System::Net::Cookie::Cookie(String name, String value, String path, String domain)
| Parameter | Typ | Beschreibung |
|---|---|---|
| name | String | Der Name des Cookies. |
| Wert | String | Der Wert des Cookies. |
| Pfad | String | Der Wert des ‘Path’-Attributs. |
| Domain | String | Der Wert des ‘Domain’-Attributs. |
Siehe auch
- Class String
- Class Cookie
- Namespace System::Net
- Library Aspose.Page for C++