HttpRequest.Protocol 속성

정의

요청 프로토콜(예: HTTP/1.1)을 가져오거나 설정합니다.

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

속성 값

요청 프로토콜입니다.

적용 대상