BindingsSection::BasicHttpsBinding Property

.NET Framework (current version)
 

Gets the configuration element that contains a collection of BasicHttpsBindingElement objects.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("basicHttpsBinding", Options = ConfigurationPropertyOptions::None)]
property BasicHttpsBindingCollectionElement^ BasicHttpsBinding {
	BasicHttpsBindingCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::BasicHttpsBindingCollectionElement^

A BasicHttpsBindingCollectionElement object that defines the configuration section that contains a collection of BasicHttpsBindingElement objects.

.NET Framework
Available since 4.5
Return to top
Show: