C# Class Castle.Facilities.WcfIntegration.WindsorServiceHost

Inheritance: System.ServiceModel.ServiceHost
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
WindsorServiceHost ( IKernel kernel, Type serviceType ) : System

Protected Methods

Method Description
OnOpening ( ) : void

Method Details

OnOpening() protected method

protected OnOpening ( ) : void
return void

WindsorServiceHost() public method

public WindsorServiceHost ( IKernel kernel, Type serviceType ) : System
kernel IKernel
serviceType System.Type
return System