C# Class Castle.Facilities.Remoting.RemoteActivatorThroughConnector

Activates a client connecting to the remote server, enforcing the uri and the server activation.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
RemoteActivatorThroughConnector ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Runtime.Remoting

Initializes a new instance of the RemoteActivatorThroughConnector class.

Protected Methods

Method Description
Instantiate ( CreationContext context ) : object

Method Details

Instantiate() protected method

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
return object

RemoteActivatorThroughConnector() public method

Initializes a new instance of the RemoteActivatorThroughConnector class.
public RemoteActivatorThroughConnector ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Runtime.Remoting
model Castle.Core.ComponentModel The model.
kernel IKernel The kernel.
onCreation ComponentInstanceDelegate The oncreation event handler.
onDestruction ComponentInstanceDelegate The ondestruction event handler.
return System.Runtime.Remoting