Exemplo n.º 1
0
 static void Main(string[] args)
 {
     Console.WriteLine(GetProxy.ParseProxies("Thailand"));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets value of the field with in the given instance
 /// </summary>
 /// <param name="instance"></param>
 /// <returns></returns>
 public object GetValue(object instance)
 {
     return(GetProxy.Invoke(instance));
 }
Exemplo n.º 3
0
 public static IEnumerable <ProxySettings> Get_Proxy(Args_Get_WMIRegProxy args = null)
 {
     return(GetProxy.Get_Proxy(args));
 }