HttpWorkerRequest.HeaderLocation 필드

정의

HTTP 헤더의 인덱스 Location 번호를 지정합니다.

public: int HeaderLocation = 23;
public const int HeaderLocation = 23;
val mutable HeaderLocation : int
Public Const HeaderLocation As Integer  = 23

필드 값

Value = 23

설명

.NET Framework는 GetKnownRequestHeaderSendKnownResponseHeader 메서드에서 사용하기 위해 각 표준 HTTP 헤더 형식에 인덱스 번호를 할당합니다.

적용 대상