コード例 #1
0
        // Token: 0x06000446 RID: 1094 RVA: 0x001D736C File Offset: 0x001D576C
        public int method_7(string string_3)
        {
            IPAddress ipaddress;

            try
            {
                ipaddress = IPAddress.Parse(string_3);
            }
            catch (Exception ex)
            {
                Exception ex2 = ex;
                Console.Write(ex2.Message);
                return(0);
            }
            return(this.method_9(GClass3.smethod_1(ipaddress.GetAddressBytes())));
        }
コード例 #2
0
        // Token: 0x06000439 RID: 1081 RVA: 0x001D6770 File Offset: 0x001D4B70
        public GClass6 method_12(string string_3)
        {
            IPAddress ipaddress;

            try
            {
                ipaddress = IPAddress.Parse(string_3);
            }
            catch (Exception ex)
            {
                Exception ex2 = ex;
                Console.Write(ex2.Message);
                return(null);
            }
            return(this.method_12(Conversions.ToString(GClass3.smethod_1(ipaddress.GetAddressBytes()))));
        }
コード例 #3
0
 // Token: 0x06000447 RID: 1095 RVA: 0x001D73E0 File Offset: 0x001D57E0
 public int method_8(IPAddress ipaddress_0)
 {
     return(this.method_9(GClass3.smethod_1(ipaddress_0.GetAddressBytes())));
 }
コード例 #4
0
 // Token: 0x06000441 RID: 1089 RVA: 0x001D7100 File Offset: 0x001D5500
 public GClass4 method_2(IPAddress ipaddress_0)
 {
     return(this.method_6(GClass3.smethod_1(ipaddress_0.GetAddressBytes())));
 }
コード例 #5
0
 // Token: 0x0600043A RID: 1082 RVA: 0x001D67E8 File Offset: 0x001D4BE8
 public string method_13(IPAddress ipaddress_0)
 {
     return(this.method_17(GClass3.smethod_1(ipaddress_0.GetAddressBytes())));
 }
コード例 #6
0
 // Token: 0x06000438 RID: 1080 RVA: 0x001D6748 File Offset: 0x001D4B48
 public GClass6 method_11(IPAddress ipaddress_0)
 {
     return(this.method_12(Conversions.ToString(GClass3.smethod_1(ipaddress_0.GetAddressBytes()))));
 }