C# Class Castle.Facilities.WcfIntegration.Rest.RestServiceHost

Inheritance: System.ServiceModel.Web.WebServiceHost
Show file Open project: castleproject/Windsor

Public Methods

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

Method Details

RestServiceHost() public method

public RestServiceHost ( ) : System
return System

RestServiceHost() public method

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