ServiceHostBase 생성자

정의

ServiceHostBase 클래스의 새 인스턴스를 초기화합니다.

protected:
 ServiceHostBase();
protected ServiceHostBase ();
Protected Sub New ()

예제

ServiceHost hostDefault = new
 ServiceHost(typeof(CalculatorService));

적용 대상