System::Net::WebHeaderCollection::idx_set metodo
Contenuti
[
Nascondere
]WebHeaderCollection::idx_set(HttpRequestHeader, String) method
Imposta il valore dell’intestazione specificata.
void System::Net::WebHeaderCollection::idx_set(HttpRequestHeader header, String value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| intestazione | HttpRequestHeader | L’intestazione. |
| valore | Stringa | Il valore dell’intestazione da impostare. |
Vedi anche
- Enum HttpRequestHeader
- Class String
- Class WebHeaderCollection
- Namespace System::Net
- Library Aspose.Font for C++
WebHeaderCollection::idx_set(HttpResponseHeader, String) method
Imposta il valore dell’intestazione utilizzando l’intestazione della risposta specificata.
void System::Net::WebHeaderCollection::idx_set(HttpResponseHeader header, String value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| intestazione | HttpResponseHeader | L’intestazione. |
| valore | Stringa | Il valore dell’intestazione da impostare. |
Vedi anche
- Enum HttpResponseHeader
- Class String
- Class WebHeaderCollection
- Namespace System::Net
- Library Aspose.Font for C++
WebHeaderCollection::idx_set(String, String) method
Imposta il valore dell’intestazione utilizzando il nome dell’intestazione specificato.
void System::Net::WebHeaderCollection::idx_set(String name, String value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome dell’intestazione. |
| valore | Stringa | Il valore dell’intestazione da impostare. |
Vedi anche
- Class String
- Class WebHeaderCollection
- Namespace System::Net
- Library Aspose.Font for C++