BasicHttpSecurity.Transport Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar säkerhetsinställningarna på transportnivå för en basicHttpBinding bindning.
public:
property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); void set(System::ServiceModel::HttpTransportSecurity ^ value); };
public:
property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); };
public System.ServiceModel.HttpTransportSecurity Transport { get; set; }
public System.ServiceModel.HttpTransportSecurity Transport { get; }
member this.Transport : System.ServiceModel.HttpTransportSecurity with get, set
member this.Transport : System.ServiceModel.HttpTransportSecurity
Public Property Transport As HttpTransportSecurity
Public ReadOnly Property Transport As HttpTransportSecurity
Egenskapsvärde
Säkerhetsinställningarna på transportnivå för en basicHttpBinding bindning.
Exempel
HttpTransportSecurity transSec = security.Transport;
Dim transSec As HttpTransportSecurity = security.Transport
Kommentarer
Objektet HttpTransportSecurity som returneras av den här egenskapen innehåller egenskaper som styr autentiseringsparametrarna för HTTP-transporten.