HttpRequestHeaders.Host 속성

정의

HTTP 요청에 대한 헤더 값을 Host 가져오거나 설정합니다.

public:
 property System::String ^ Host { System::String ^ get(); void set(System::String ^ value); };
public string Host { get; set; }
member this.Host : string with get, set
Public Property Host As String

속성 값

HTTP 요청에 대한 헤더의 값 Host 입니다.

적용 대상