C# Class ServiceModelContrib.IoC.Unity.UnityEnabledServiceHost

Inheritance: System.ServiceModel.ServiceHost
Exibir arquivo Open project: kredinor/ServiceModelContrib

Public Methods

Method Description
UnityEnabledServiceHost ( Type serviceType ) : System

UnityEnabledServiceHost ( object singletonSingletonInstance ) : System

Protected Methods

Method Description
ApplyConfiguration ( ) : void

Loads the service description information from the configuration file and applies it to the runtime being constructed.

Method Details

ApplyConfiguration() protected method

Loads the service description information from the configuration file and applies it to the runtime being constructed.
The description of the service hosted is null.
protected ApplyConfiguration ( ) : void
return void

UnityEnabledServiceHost() public method

public UnityEnabledServiceHost ( Type serviceType ) : System
serviceType System.Type
return System

UnityEnabledServiceHost() public method

public UnityEnabledServiceHost ( object singletonSingletonInstance ) : System
singletonSingletonInstance object
return System