Example #1
0
    public LogonFullResponse method_7(string string_1, string string_2)
    {
        ReqLogonContract body       = new ReqLogonContract(string_2, string_1, AuthorizeTool.smethod_0().string_1);
        IMessageHandler  interface2 = this.interface9_0.imethod_5 <ReqLogonContract>(this.string_0, this.basicMessageTypeRoom_0.Logon, body);
        IMessageHandler  interface3 = this.interface31_0.imethod_1(interface2, new int?(this.basicMessageTypeRoom_0.Logon));

        return(this.interface9_0.imethod_1 <ResLogonContract>(interface3));
    }
Example #2
0
    public override void Initialize()
    {
        string str = null;

        if (base.bool_1)
        {
            str = AuthorizeTool.smethod_0().Authorize();
        }
        if (str != null)
        {
            throw new Exception(string.Format("Unauthorized user ,Error Code: {0} ! please contact to www.jollitycn.com", str));
        }
        base.Initialize();
    }
Example #3
0
 internal void method_8(int int_5, string string_3, int int_6)
 {
     string_3 = string.Format("{0}-{1}", string_3, Class41.int_1);
     try
     {
         Class92.smethod_0(this.string_0, "ClientCallAuth", new object[] { Platform.string_0, AuthorizeTool.smethod_0().string_1, int_5, string_3, int_6 });
     }
     catch
     {
         try
         {
             Class92.smethod_0(this.string_1, "ClientCallAuth", new object[] { Platform.string_0, AuthorizeTool.smethod_0().string_1, int_5, string_3, int_6 });
         }
         catch
         {
         }
     }
 }