AppHarbor.Commands.HostnameCommand.HostnameCommand C# (CSharp) Méthode

HostnameCommand() public méthode

public HostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer ) : System.IO
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
writer System.IO.TextWriter
Résultat System.IO
        public HostnameCommand(IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer)
            : base(applicationConfiguration)
        {
            _appharborClient = appharborClient;
            _writer = writer;
        }