C# Class Simple.Services.Remoting.RemotingClientProvider

Inheritance: RemotingBaseProvider, IServiceClientProvider
Mostra file Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
Create ( Type type ) : object
ProxyObject ( object obj, Type type, IInterceptor intercept ) : object

Protected Methods

Method Description
OnClearConfig ( ) : void
OnConfig ( RemotingConfig config ) : void

Method Details

Create() public method

public Create ( Type type ) : object
type System.Type
return object

OnClearConfig() protected method

protected OnClearConfig ( ) : void
return void

OnConfig() protected method

protected OnConfig ( RemotingConfig config ) : void
config RemotingConfig
return void

ProxyObject() public method

public ProxyObject ( object obj, Type type, IInterceptor intercept ) : object
obj object
type System.Type
intercept IInterceptor
return object