BasicHttpSecurityElement.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an XML element that specifies the security mode for a basic HTTP service.
public:
property System::ServiceModel::BasicHttpSecurityMode Mode { System::ServiceModel::BasicHttpSecurityMode get(); void set(System::ServiceModel::BasicHttpSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.BasicHttpSecurityMode.None)]
public System.ServiceModel.BasicHttpSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.BasicHttpSecurityMode.None)>]
member this.Mode : System.ServiceModel.BasicHttpSecurityMode with get, set
Public Property Mode As BasicHttpSecurityMode
Property Value
The security mode for a basic HTTP service.
- Attributes
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.