Aracılığıyla paylaş


WebHttpSecurity.Transport Özellik

Tanım

Bu bağlamanın aktarım düzeyi güvenlik ayarlarını içeren bir nesne alır.

public:
 property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); };
public:
 property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); void set(System::ServiceModel::HttpTransportSecurity ^ value); };
public System.ServiceModel.HttpTransportSecurity Transport { get; }
public System.ServiceModel.HttpTransportSecurity Transport { get; set; }
member this.Transport : System.ServiceModel.HttpTransportSecurity
member this.Transport : System.ServiceModel.HttpTransportSecurity with get, set
Public ReadOnly Property Transport As HttpTransportSecurity
Public Property Transport As HttpTransportSecurity

Özellik Değeri

HttpTransportSecurity

HttpTransportSecurityBu bağlama için.

Varsayılan değerler kümesi ClientCredentialType None , bir ProxyCredentialType None , ve Realm = "" dir.

Açıklamalar

HttpTransportSecurityİçin taşıma güvenlik parametrelerini ayarlamak üzere bu özellik tarafından döndürülen nesneyi kullanın WebHttpBinding .

Ya da Transport TransportCredentialOnly değeri WebHttpBinding(WebHttpSecurityMode) yöntemiyle belirtilmişse, özelliği tarafından sunulan ayarlar Transport hizmet uç noktası için geçerli olur.

TransportCredentialOnlyDeğer WebHttpBinding(WebHttpSecurityMode) yöntemiyle belirtilmişse, özelliği tarafından sunulan ayarlar Transport hizmet uç noktası için geçerli olur. Değeri WebHttpSecurityMode yalnızca WebHttpBinding açık bir parametre olarak alan oluşturucuda ayarlanabilir ve değeri bağlama örneği oluşturulduktan sonra yeniden ayarlanamaz.

Şunlara uygulanır