Compartir a través de


IHttpRequestFeature.Scheme Propiedad

Definición

Obtiene o establece el esquema de URI de solicitud. Por ejemplo, "http" o "https".

Tenga en cuenta que este valor no se incluye en la solicitud original; se deduce comprobando si el transporte usó una conexión TLS o no.

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

Valor de propiedad

Se aplica a