C# Класс Hyper.Http.SelfHost.HyperHttpSelfHostConfiguration

HyperHttpSelfHostConfiguration class.
Наследование: System.Web.Http.SelfHost.HttpSelfHostConfiguration, IAuthenticationConfiguration
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HyperHttpSelfHostConfiguration ( string baseAddress, bool requiresSSL ) : System.IdentityModel.Selectors

Initializes a new instance of the HyperHttpSelfHostConfiguration class.

Защищенные методы

Метод Описание
OnConfigureBinding ( System.Web.Http.SelfHost.Channels.HttpBinding httpBinding ) : System.ServiceModel.Channels.BindingParameterCollection

Called to apply the configuration on the endpoint level.

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

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

Initializes a new instance of the HyperHttpSelfHostConfiguration class.
public HyperHttpSelfHostConfiguration ( string baseAddress, bool requiresSSL ) : System.IdentityModel.Selectors
baseAddress string The base address.
requiresSSL bool if set to true [requires SSL].
Результат System.IdentityModel.Selectors

OnConfigureBinding() защищенный Метод

Called to apply the configuration on the endpoint level.
protected OnConfigureBinding ( System.Web.Http.SelfHost.Channels.HttpBinding httpBinding ) : System.ServiceModel.Channels.BindingParameterCollection
httpBinding System.Web.Http.SelfHost.Channels.HttpBinding The HTTP endpoint.
Результат System.ServiceModel.Channels.BindingParameterCollection