Share via


HttpRequestHeaders.Protocol Eigenschaft

Definition

Ruft den Wert des :protocol Pseudoheaders für eine HTTP-Anforderung ab oder legt den Wert fest.

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

Eigenschaftswert

Der Wert des :protocol Pseudoheaders für eine HTTP-Anforderung.

Gilt für: