C# (CSharp) WebAPISelfHostNonOWIN Namespace

Classes

Name Description
WebAPILoader To host the Web API successfully the assembly must be loaded in the host process. Although we referenced assembly, it won't be loaded automatically unless we use any of its types or load it explicitly. In our case we need to explicitly load it it can then be consumed successfully by the client application.