Example #1
0
 public static HttpURLConnection OpenConnection(this Uri uri, Proxy p)
 {
     return(new HttpsURLConnection(uri, p));
 }