Partager via


HttpRequestHeaders.Protocol Propriété

Définition

Obtient ou définit la valeur du :protocol pseudo-en-tête d’une requête HTTP.

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

Valeur de propriété

Valeur du :protocol pseudo-en-tête d’une requête HTTP.

S’applique à