C# Class Castle.MicroKernel.Proxy.ProxyOptionsUtil

Helper support for proxy configuration.
Show file Open project: castleproject/Windsor

Public Methods

Method Description
ObtainProxyOptions ( this model, bool createOnDemand = true ) : ProxyOptions

Obtains the ProxyOptions associated with the ComponentModel.

Method Details

ObtainProxyOptions() public static method

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.
return ProxyOptions