HttpWorkerRequest.GetKnownResponseHeaderName(Int32) 메서드

정의

지정된 HTTP 응답 헤더의 이름을 반환합니다.

public:
 static System::String ^ GetKnownResponseHeaderName(int index);
public static string GetKnownResponseHeaderName (int index);
static member GetKnownResponseHeaderName : int -> string
Public Shared Function GetKnownResponseHeaderName (index As Integer) As String

매개 변수

index
Int32

헤더의 인덱스 번호입니다.

반환

String

index 매개 변수에 지정된 HTTP 응답 헤더의 이름입니다.

적용 대상