Пример #1
0
        public IScanClientBuilder WithCommandExecutor(ICommandExecutor executor)
        {
            executor.Configure(this.SocketClient, this.Host, this.Port);

            this.CommandExecutor = executor;

            return(this);
        }