ServiceElement::Host Property
.NET Framework (current version)
Gets a configuration element that specifies the host of this service instance.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("host", Options = ConfigurationPropertyOptions::None)] property HostElement^ Host { HostElement^ get(); }
Property Value
Type: System.ServiceModel.Configuration::HostElement^A HostElement that specifies the host of this service instance.
.NET Framework
Available since 3.0
Available since 3.0
Show: