ServiceHostingEnvironment Class
.NET Framework 4.5
Provides information about the current hosting environment in which Windows Communication Foundation (WCF) services are running.
Namespace: System.ServiceModel
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
The ServiceHostingEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AspNetCompatibilityEnabled | Gets a value that indicates whether this service is running in the context of the ASP.NET HTTP application pipeline. |
![]() ![]() | MultipleSiteBindingsEnabled | Gets or sets a value that specifies whether multiple site bindings are allowed for the service host. |
| Name | Description | |
|---|---|---|
![]() ![]() | EnsureInitialized | Initializes the service if it has not already been initialized. |
![]() ![]() | EnsureServiceAvailable | Ensures that a service is activated at the provided virtual path. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
