C# Class Dlp.Framework.Container.WcfServiceHost

Inheritance: System.ServiceModel.ServiceHost
ファイルを表示 Open project: stone-payments/Dlp.Framework

Public Methods

Method Description
WcfServiceHost ( ) : System
WcfServiceHost ( Type serviceType ) : System

Protected Methods

Method Description
ApplyConfiguration ( ) : void
OnClosing ( ) : void
OnOpening ( ) : void

Method Details

ApplyConfiguration() protected method

protected ApplyConfiguration ( ) : void
return void

OnClosing() protected method

protected OnClosing ( ) : void
return void

OnOpening() protected method

protected OnOpening ( ) : void
return void

WcfServiceHost() public method

public WcfServiceHost ( ) : System
return System

WcfServiceHost() public method

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