C# Class Simple.Services.Remoting.RemotingClientProvider

Inheritance: RemotingBaseProvider, IServiceClientProvider
Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode Description
Create ( Type type ) : object
ProxyObject ( object obj, Type type, IInterceptor intercept ) : object

Méthodes protégées

Méthode Description
OnClearConfig ( ) : void
OnConfig ( RemotingConfig config ) : void

Method Details

Create() public méthode

public Create ( Type type ) : object
type System.Type
Résultat object

OnClearConfig() protected méthode

protected OnClearConfig ( ) : void
Résultat void

OnConfig() protected méthode

protected OnConfig ( RemotingConfig config ) : void
config RemotingConfig
Résultat void

ProxyObject() public méthode

public ProxyObject ( object obj, Type type, IInterceptor intercept ) : object
obj object
type System.Type
intercept IInterceptor
Résultat object