| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ProxyConfig.ExposeProxy Property
Should proxies obtained from this configuration expose the AOP proxy to the AopContext class?
[Visual Basic]
Public NotOverridable Property ExposeProxy() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public
bool ExposeProxy { public get; public set; }
Remarks
The default is false, as enabling this property may impair performance.
See Also
ProxyConfig Class | Spring.Aop.Framework Namespace