Esempio n. 1
0
        public FluentSessionRecorder DeleteCookie(string name)
        {
            var command = new DeleteCookieCommand(name);

            _performer.Perform(command);

            return(this);
        }
 public void OneTimeSetUp()
 {
     _defaultCommand = new DeleteCookieCommand(DefaultName);
 }