C# Class Castle.Facilities.WcfIntegration.DefaultServiceHost

Inheritance: System.ServiceModel.ServiceHost, IWcfServiceHost
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
DefaultServiceHost ( ComponentModel model ) : System
DefaultServiceHost ( Type serviceType ) : System

Méthodes protégées

Méthode Description
OnOpening ( ) : void

Private Methods

Méthode Description
AddDefaultEndpointIfNoneFound ( ) : void
ObtainDefaultContract ( ) : Type

Method Details

DefaultServiceHost() public méthode

public DefaultServiceHost ( ComponentModel model ) : System
model Castle.Core.ComponentModel
Résultat System

DefaultServiceHost() public méthode

public DefaultServiceHost ( Type serviceType ) : System
serviceType System.Type
Résultat System

OnOpening() protected méthode

protected OnOpening ( ) : void
Résultat void