C# Class KonfDBCF.Services.ServiceProxy

Mostra file Open project: punitganshani/KonfDB

Public Methods

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

Private Methods

Method Description
AuthenticateUser ( string username, string password ) : IAuthenticationOutput
ExecuteCommandInternal ( string command ) : ServiceCommandOutput

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ClientCommand command ) : ServiceCommandOutput
command KonfDBCF.Core.ClientCommand
return ServiceCommandOutput

ExecuteCommand() public method

public ExecuteCommand ( string command ) : ServiceCommandOutput
command string
return ServiceCommandOutput

ServiceProxy() public method

public ServiceProxy ( ICommandService commandService, ClientConfig configuration ) : System
commandService ICommandService
configuration KonfDBCF.Configuration.ClientConfig
return System