C# Class Dlp.Framework.Container.WcfServiceHost

Inheritance: System.ServiceModel.ServiceHost
Afficher le fichier Open project: stone-payments/Dlp.Framework

Méthodes publiques

Méthode Description
WcfServiceHost ( ) : System
WcfServiceHost ( Type serviceType ) : System

Méthodes protégées

Méthode Description
ApplyConfiguration ( ) : void
OnClosing ( ) : void
OnOpening ( ) : void

Method Details

ApplyConfiguration() protected méthode

protected ApplyConfiguration ( ) : void
Résultat void

OnClosing() protected méthode

protected OnClosing ( ) : void
Résultat void

OnOpening() protected méthode

protected OnOpening ( ) : void
Résultat void

WcfServiceHost() public méthode

public WcfServiceHost ( ) : System
Résultat System

WcfServiceHost() public méthode

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