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 | 헤더 이름입니다. |
| 값들 | System::SharedPtr<Collections::Generic::IEnumerable<String>> | 헤더 값들. |
또 보기
- Class String
- Typedef SharedPtr
- Class IEnumerable
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++