C# Class Simple.Services.Default.DefaultClientProvider

Inheritance: DefaultHostBaseProvider, IServiceClientProvider
Mostra file Open project: juanplopes/simple

Public Methods

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

Protected Methods

Method Description
OnClearConfig ( ) : void
OnConfig ( DefaultHostConfig 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 ( DefaultHostConfig config ) : void
config DefaultHostConfig
return void

ProxyObject() public method

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