HttpRequestHeaders.Protocol 属性

定义

获取或设置 HTTP 请求的 :protocol 伪标头的值。

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

属性值

HTTP 请求的 :protocol 伪标头的值。

适用于