C# Class Castle.MicroKernel.Proxy.ProxyUtil

Helper support for proxy configuration.
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
ObtainProxyOptions ( ComponentModel model, bool createOnDemand ) : ProxyOptions

Obtains the ProxyOptions associated with the ComponentModel.

Method Details

ObtainProxyOptions() public static méthode

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.
Résultat ProxyOptions