Castle.Facilities.WcfIntegration.WindsorServiceHost.WindsorServiceHost C# (CSharp) Method

WindsorServiceHost() public method

public WindsorServiceHost ( IKernel kernel, Type serviceType ) : System
kernel IKernel
serviceType System.Type
return System
		public WindsorServiceHost(IKernel kernel, Type serviceType, params Uri[] baseAddresses)
			: base(serviceType, baseAddresses)
		{
			this.kernel = kernel;
		}