Exemple #1
0
 public static T GetIpConfig <T>(string name)
 {
     V_0 = MixService.get_Instance().get_IpSecuritySettings().get_Item(name);
     if (V_0 == null)
     {
         V_0 = MixService.get_DefaultInstance().get_IpSecuritySettings().get_Item(name);
     }
     if (V_0 != null)
     {
         return(Newtonsoft.Json.Linq.Extensions.Value <T>(V_0));
     }
     V_1 = default(T);
     return(V_1);
 }