C# Class Castle.Facilities.WcfIntegration.DefaultServiceHost

Inheritance: System.ServiceModel.ServiceHost, IWcfServiceHost
Exibir arquivo Open project: castleproject/Windsor

Public Methods

Method Description
DefaultServiceHost ( ComponentModel model ) : System
DefaultServiceHost ( Type serviceType ) : System

Protected Methods

Method Description
OnOpening ( ) : void

Private Methods

Method Description
AddDefaultEndpointIfNoneFound ( ) : void
ObtainDefaultContract ( ) : Type

Method Details

DefaultServiceHost() public method

public DefaultServiceHost ( ComponentModel model ) : System
model Castle.Core.ComponentModel
return System

DefaultServiceHost() public method

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

OnOpening() protected method

protected OnOpening ( ) : void
return void