Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ServiceHostingEnvironment Class

Definition

Namespace:
System.ServiceModel
Assembly:
System.ServiceModel.dll
Assembly:
System.ServiceModel.Activation.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Provides information about the current hosting environment in which Windows Communication Foundation (WCF) services are running.

public ref class ServiceHostingEnvironment abstract sealed
public static class ServiceHostingEnvironment
type ServiceHostingEnvironment = class
Public Class ServiceHostingEnvironment
Inheritance
ServiceHostingEnvironment

Remarks

This class exposes AppDomain-wide settings not specifically associated with an individual service. This class can only be applied at the application or machine configuration level.

Properties

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.

Methods

Name Description
EnsureInitialized()

Initializes the service if it has not already been initialized.

EnsureServiceAvailable(String)

Ensures that a service is activated at the provided virtual path.

Applies to


Feedback

Was this page helpful?