Exemple #1
0
 public async Task setting_cookie_and_delete_without_path()
 {
     using (var client = CreateClient())
     {
         await CommonTests.setting_cookie_and_delete_without_path(client);
     }
 }
 public async Task setting_cookie_and_delete_without_path()
 {
     await CommonTests.setting_cookie_and_delete_without_path(_client);
 }