C# Class KonfDBCF.Services.ServiceProxy

Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
ExecuteCommand ( ClientCommand command ) : ServiceCommandOutput
ExecuteCommand ( string command ) : ServiceCommandOutput
ServiceProxy ( ICommandService commandService, ClientConfig configuration ) : System

Private Methods

Méthode Description
AuthenticateUser ( string username, string password ) : IAuthenticationOutput
ExecuteCommandInternal ( string command ) : ServiceCommandOutput

Method Details

ExecuteCommand() public méthode

public ExecuteCommand ( ClientCommand command ) : ServiceCommandOutput
command KonfDBCF.Core.ClientCommand
Résultat ServiceCommandOutput

ExecuteCommand() public méthode

public ExecuteCommand ( string command ) : ServiceCommandOutput
command string
Résultat ServiceCommandOutput

ServiceProxy() public méthode

public ServiceProxy ( ICommandService commandService, ClientConfig configuration ) : System
commandService ICommandService
configuration KonfDBCF.Configuration.ClientConfig
Résultat System