コード例 #1
0
 internal System.Net.Cookie GetCookie(string uri, string name)
 {
     return(BrowserHandler.GetCookie(uri, name));
 }