C# Класс Castle.MicroKernel.Proxy.ProxyOptionsUtil

Helper support for proxy configuration.
Показать файл Открыть проект

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

Метод Описание
ObtainProxyOptions ( this model, bool createOnDemand = true ) : ProxyOptions

Obtains the ProxyOptions associated with the ComponentModel.

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

ObtainProxyOptions() публичный статический Метод

Obtains the ProxyOptions associated with the ComponentModel.
public static ObtainProxyOptions ( this model, bool createOnDemand = true ) : ProxyOptions
model this The component model.
createOnDemand bool true if the options should be created if not present.
Результат ProxyOptions