System::Net::Http::Headers::HttpHeaders::Add メソッド
HttpHeaders::Add(String, String) method
新しい名前と値のペアを検証し、現在のコレクションに追加します。
void System::Net::Http::Headers::HttpHeaders::Add(String name, String value)
| パラメーター | 型 | 説明 |
|---|---|---|
| name | String | ヘッダー名です。 |
| value | String | ヘッダー値です。 |
参照
- Class String
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++
HttpHeaders::Add(String, System::SharedPtr<Collections::Generic::IEnumerable<String>>) method
新しい名前-値ペアを検証し、現在のコレクションに追加します。
void System::Net::Http::Headers::HttpHeaders::Add(String name, System::SharedPtr<Collections::Generic::IEnumerable<String>> values)
| パラメーター | 型 | 説明 |
|---|---|---|
| name | String | ヘッダー名です。 |
| values | System::SharedPtr<Collections::Generic::IEnumerable<String>> | ヘッダー値です。 |
参照
- Class String
- Typedef SharedPtr
- Class IEnumerable
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++