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