Esempio n. 1
0
 public Uri GetProxy(Uri destination)
 {
     if (IsBypassed(destination))
     {
         return(null);
     }
     return(_socksAddress.ToUri());
 }