C# 클래스 Thinktecture.ServiceModel.WebServiceHost

Custom WebServiceHost with bootstrap task support.
상속: System.ServiceModel.Web.WebServiceHost
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel

공개 메소드들

메소드 설명
WebServiceHost ( Type serviceType ) : System

Initializes a new instance of the WebServiceHost class.

WebServiceHost ( object singeltonInstance ) : System

Initializes a new instance of the WebServiceHost class.

보호된 메소드들

메소드 설명
InitializeRuntime ( ) : void

Initializes the runtime for the service host.

WebServiceHost ( ) : System

Initializes a new instance of the WebServiceHost class.

비공개 메소드들

메소드 설명
ExecuteBootstrapTasks ( ) : void

메소드 상세

InitializeRuntime() 보호된 메소드

Initializes the runtime for the service host.
The description of the service hosted is null.
protected InitializeRuntime ( ) : void
리턴 void

WebServiceHost() 보호된 메소드

Initializes a new instance of the WebServiceHost class.
protected WebServiceHost ( ) : System
리턴 System

WebServiceHost() 공개 메소드

Initializes a new instance of the WebServiceHost class.
public WebServiceHost ( Type serviceType ) : System
serviceType System.Type
리턴 System

WebServiceHost() 공개 메소드

Initializes a new instance of the WebServiceHost class.
public WebServiceHost ( object singeltonInstance ) : System
singeltonInstance object
리턴 System