Flexberry ORM ODataService 5.2.0-beta01
Класс NewPlatform.Flexberry.ORM.ODataService.Tests.LockControllerTest.NtlmSelfHostConfiguration

Configuration for WebAPI self host for NTLM authentication. Подробнее...

Граф наследования:NewPlatform.Flexberry.ORM.ODataService.Tests.LockControllerTest.NtlmSelfHostConfiguration:

Открытые члены

 NtlmSelfHostConfiguration (string baseAddress)
 Initializes a new instance of the NtlmSelfHostConfiguration class. Подробнее...
 

Защищенные члены

override BindingParameterCollection OnConfigureBinding (HttpBinding httpBinding)
 Called to apply the configuration on the endpoint level. Подробнее...
 

Подробное описание

Configuration for WebAPI self host for NTLM authentication.

TODO: This class may be useful.

См. также
HttpSelfHostConfiguration

Конструктор(ы)

NewPlatform.Flexberry.ORM.ODataService.Tests.LockControllerTest.NtlmSelfHostConfiguration.NtlmSelfHostConfiguration ( string  baseAddress)
inline

Initializes a new instance of the NtlmSelfHostConfiguration class.

Аргументы
baseAddressThe base address in a form of string.

Методы

override BindingParameterCollection NewPlatform.Flexberry.ORM.ODataService.Tests.LockControllerTest.NtlmSelfHostConfiguration.OnConfigureBinding ( HttpBinding  httpBinding)
inlineprotected

Called to apply the configuration on the endpoint level.

Аргументы
httpBindingThe HTTP binding.
Возвращает
Used from base method.