Share via


HttpRequestFeature.Protocol 属性

定义

获取或设置 RFC 7230 中定义的 HTTP 版本。 例如“HTTP/1.1”

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

属性值

实现

适用于