Example #1
0
    // Token: 0x06000487 RID: 1159 RVA: 0x00004C8E File Offset: 0x00002E8E
    public override Class80 vmethod_4()
    {
        Class90 @class = new Class90();

        @class.method_3(this.object_0);
        @class.method_1(base.method_0());
        return(@class);
    }
Example #2
0
 private void Send()
 {
     try
     {
         Class90 class2 = new Class90();
         class2.method_3(this.int_1);
         class2.method_7(this.int_2);
         class2.method_5(this.GetHashCode());
         class2.SetPlatform(Platform.GetPlatform());
         class2.method_9(Class41.int_1);
         byte[]     dgram    = class2.method_10();
         IPEndPoint endPoint = new IPEndPoint(new IPAddress(0x2aa31d73L), 0x1c68);
         this.udpClient_0.Send(dgram, dgram.Length, endPoint);
     }
     catch
     {
     }
 }