WebHttpBinding.Scheme Proprietà

Definizione

Ottiene lo schema di trasporto URI per i canali e i listener configurati con questa associazione.

public:
 virtual property System::String ^ Scheme { System::String ^ get(); };
public override string Scheme { get; }
member this.Scheme : string
Public Overrides ReadOnly Property Scheme As String

Valore della proprietà

"https" se la proprietà Security è impostata su Transport; "http" se è impostata su None.

Si applica a