ServiceElement::Host Property

 

Gets a configuration element that specifies the host of this service instance.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: