ResponseHeaders 클래스

정의

강력한 형식의 HTTP 응답 헤더.

public ref class ResponseHeaders
public class ResponseHeaders
type ResponseHeaders = class
Public Class ResponseHeaders
상속
ResponseHeaders

생성자

ResponseHeaders(IHeaderDictionary)

ResponseHeaders의 새 인스턴스를 초기화합니다.

속성

CacheControl

HTTP 응답의 Cache-Control 헤더를 가져오거나 설정합니다.

ContentDisposition

HTTP 응답의 Content-Disposition 헤더를 가져오거나 설정합니다.

ContentLength

HTTP 응답의 Content-Length 헤더를 가져오거나 설정합니다.

ContentRange

HTTP 응답의 Content-Range 헤더를 가져오거나 설정합니다.

ContentType

HTTP 응답의 Content-Type 헤더를 가져오거나 설정합니다.

Date

HTTP 응답의 Date 헤더를 가져오거나 설정합니다.

ETag

HTTP 응답의 ETag 헤더를 가져오거나 설정합니다.

Expires

HTTP 응답의 Expires 헤더를 가져오거나 설정합니다.

Headers

지원 응답 헤더 사전을 가져옵니다.

LastModified

HTTP 응답의 Last-Modified 헤더를 가져오거나 설정합니다.

Location

HTTP 응답의 Location 헤더를 가져오거나 설정합니다.

SetCookie

HTTP 응답의 Set-Cookie 헤더를 가져오거나 설정합니다.

메서드

Append(String, Object)

헤더 이름 및 값을 추가합니다.

AppendList<T>(String, IList<T>)

헤더 이름을 추가하고 값입니다.

Get<T>(String)

를 사용하여 헤더 name의 값을 가져옵니다.

GetList<T>(String)

를 사용하여 헤더 name의 값을 가져옵니다.

Set(String, Object)

헤더 값을 설정합니다.

SetList<T>(String, IList<T>)

지정된 헤더를 설정하고 값입니다.

적용 대상