ServiceModelSectionGroup::ServiceHostingEnvironment Property

 

Gets the configuration section that defines what type the service hosting environment instantiates for a particular transport.

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

public:
property ServiceHostingEnvironmentSection^ ServiceHostingEnvironment {
	ServiceHostingEnvironmentSection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ServiceHostingEnvironmentSection^

The configuration section that defines what type the service hosting environment instantiates for a particular transport.

.NET Framework
Available since 3.0
Return to top
Show: