Aracılığıyla paylaş


BasicHttpSecurity.Transport Özellik

Tanım

Bağlama basicHttpBinding için aktarım düzeyi güvenlik ayarlarını alır.

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

Özellik Değeri

HttpTransportSecurity

Bağlama için basicHttpBinding aktarım düzeyi güvenlik ayarları.

Örnekler

HttpTransportSecurity transSec = security.Transport;
Dim transSec As HttpTransportSecurity = security.Transport

Açıklamalar

Bu özellik tarafından döndürülen nesne, HttpTransportSecurity HTTP aktarımı için kimlik doğrulama parametrelerini denetleen özellikler içerir.

Şunlara uygulanır