C# Class Castle.MicroKernel.Proxy.ProxyUtil

Helper support for proxy configuration.
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ObtainProxyOptions ( ComponentModel model, bool createOnDemand ) : ProxyOptions

Obtains the ProxyOptions associated with the ComponentModel.

Method Details

ObtainProxyOptions() public static method

Obtains the ProxyOptions associated with the ComponentModel.
public static ObtainProxyOptions ( ComponentModel model, bool createOnDemand ) : ProxyOptions
model Castle.Core.ComponentModel The component model.
createOnDemand bool true if the options should be created if not present.
return ProxyOptions