ServiceHostingEnvironment Class

Definition

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

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

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