C# Класс WebAPISelfHostNonOWIN.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.
Наследование: System.Web.Http.Dispatcher.DefaultAssembliesResolver
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAssemblies ( ) : ICollection

Описание методов

GetAssemblies() публичный Метод

public GetAssemblies ( ) : ICollection
Результат ICollection