System::Net::Http::Headers::HttpRequestHeaders 클래스
내용물
[
숨다
]HttpRequestHeaders class
‘Request’ 헤더들의 컬렉션을 나타냅니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하여 인스턴스를 만들면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 해당 포인터를 함수 인수로 전달하도록 사용하십시오.
class HttpRequestHeaders : public System::Net::Http::Headers::HttpHeaders
메서드
| 메서드 | 설명 |
|---|---|
| AddHeaders(System::SharedPtr<HttpHeaders>) override | 지정된 HttpHeaders 클래스 인스턴스를 현재 인스턴스와 연결합니다. |
| static AddKnownHeaders(System::SharedPtr<Collections::Generic::HashSet<String>>) | 알려진 헤더를 지정된 컬렉션에 추가합니다. |
| get_Accept() | RTTI 정보. |
| get_AcceptCharset() | ‘Accept-Charset’ 헤더의 값을 반환합니다. |
| get_AcceptEncoding() | ‘Accept-Encoding’ 헤더의 값을 반환합니다. |
| get_AcceptLanguage() | ‘Accept-Language’ 헤더의 값을 반환합니다. |
| get_Authorization() | ‘Authorization’ 헤더의 값을 가져옵니다. |
| get_CacheControl() | ‘Cache-Control’ 헤더의 값을 가져옵니다. |
| get_Connection() | ‘Connection’ 헤더의 값을 반환합니다. |
| get_ConnectionClose() | ‘Connection’ 헤더 값에 ‘Close’가 포함되어 있는지 나타내는 값을 가져옵니다. |
| get_Date() | ‘Date’ 헤더의 값을 가져옵니다. |
| get_Expect() | ‘Expect’ 헤더의 값을 반환합니다. |
| get_ExpectContinue() | ‘Expect’ 헤더 값에 ‘Continue’가 포함되어 있는지 나타내는 값을 가져옵니다. |
| get_From() | ‘From’ 헤더의 값을 가져옵니다. |
| get_Host() | ‘Host’ 헤더의 값을 가져옵니다. |
| get_IfMatch() | ‘If-Match’ 헤더의 값을 반환합니다. |
| get_IfModifiedSince() | ‘If-Modified-Since’ 헤더의 값을 가져옵니다. |
| get_IfNoneMatch() | ‘If-None-Match’ 헤더의 값을 반환합니다. |
| get_IfRange() | ‘If-Range’ 헤더의 값을 가져옵니다. |
| get_IfUnmodifiedSince() | ‘If-Unmodified-Since’ 헤더의 값을 가져옵니다. |
| get_MaxForwards() | ‘Max-Forwards’ 헤더의 값을 가져옵니다. |
| get_Pragma() | ‘Pragma’ 헤더의 값을 반환합니다. |
| get_ProxyAuthorization() | ‘Proxy-Authorization’ 헤더의 값을 가져옵니다. |
| get_Range() | ‘Range’ 헤더의 값을 가져옵니다. |
| get_Referrer() | ‘Referer’ 헤더 값을 가져옵니다. |
| get_TE() | ‘TE’ 헤더의 값을 반환합니다. |
| get_Trailer() | ‘Trailer’ 헤더의 값을 반환합니다. |
| get_TransferEncoding() | ‘Transfer-Encoding’ 헤더의 값을 반환합니다. |
| get_TransferEncodingChunked() | ‘Transfer-Encoding’ 헤더 값에 ‘Chunked’가 포함되어 있는지 나타내는 값을 가져옵니다. |
| get_Upgrade() | ‘Upgrade’ 헤더의 값을 반환합니다. |
| get_UserAgent() | ‘User-Agent’ 헤더의 값을 반환합니다. |
| get_Via() | ‘Via’ 헤더의 값을 반환합니다. |
| get_Warning() | ‘Warning’ 헤더의 값을 반환합니다. |
| HttpRequestHeaders() | 새 인스턴스를 생성합니다. |
| set_Authorization(System::SharedPtr<AuthenticationHeaderValue>) | ‘Authorization’ 헤더의 값을 설정합니다. |
| set_CacheControl(System::SharedPtr<CacheControlHeaderValue>) | ‘Cache-Control’ 헤더의 값을 설정합니다. |
| set_ConnectionClose(Nullable<bool>) | ‘Connection’ 헤더 값에 ‘Close’가 포함되어 있는지 나타내는 값을 설정합니다. |
| set_Date(Nullable<DateTimeOffset>) | ‘Date’ 헤더의 값을 설정합니다. |
| set_ExpectContinue(Nullable<bool>) | ‘Expect’ 헤더 값에 ‘Continue’가 포함되어 있는지 나타내는 값을 설정합니다. |
| set_From(String) | ‘From’ 헤더의 값을 설정합니다. |
| set_Host(String) | ‘Host’ 헤더의 값을 설정합니다. |
| set_IfModifiedSince(Nullable<DateTimeOffset>) | ‘If-Modified-Since’ 헤더의 값을 설정합니다. |
| set_IfRange(System::SharedPtr<RangeConditionHeaderValue>) | ‘If-Range’ 헤더의 값을 설정합니다. |
| set_IfUnmodifiedSince(Nullable<DateTimeOffset>) | ‘If-Unmodified-Since’ 헤더의 값을 설정합니다. |
| set_MaxForwards(Nullable<int32_t>) | ‘Max-Forwards’ 헤더의 값을 설정합니다. |
| set_ProxyAuthorization(System::SharedPtr<AuthenticationHeaderValue>) | ‘Proxy-Authorization’ 헤더의 값을 설정합니다. |
| set_Range(System::SharedPtr<RangeHeaderValue>) | ‘Range’ 헤더의 값을 설정합니다. |
| set_Referrer(System::SharedPtr<Uri>) | ‘Referer’ 헤더의 값을 설정합니다. |
| set_TransferEncodingChunked(Nullable<bool>) | ‘Transfer-Encoding’ 헤더 값에 ‘Chunked’가 포함되어 있는지 나타내는 값을 설정합니다. |
또 보기
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++