Previous Topic: .NET Proxy InterfaceNext Topic: Trace Control Methods


.NET Proxy Object

The .NET Proxy object is the generated class called <method-name>. It contains the actual execution methods for the proxy. The execution methods are designed to be stateless. All data is stored on the stack (passed as parameters) during execution. Many threads can simultaneously use one instance of the class.

The .NET proxy object contains following two types of methods: