コード例 #1
0
 public void DeleteCookie(Uri domain, string name)
 {
     HttpClientFactory.DeleteCookie(domain, name);
 }