Example #1
0
 public HttpProcessor(HttperManagerBase <FightAccountItem, FightHttperLogin> hm)
     : base(hm, FightLogManager.Instance)
 {
 }
Example #2
0
 public HttpProcessor(HttperManagerBase <AccountItem, XBoxHttperLogin> hm)
     : base(hm, XBOXLogManager.Instance)
 {
 }
Example #3
0
 public HttpProcessor(HttperManagerBase <AccountItem, HttperLoginBase> hm)
     : base(hm, AppleLogManager.Instance)
 {
 }
Example #4
0
 public WowHttpProcessor(HttperManagerBase <UserAccountItem, WowHttperLoginBase> hm)
     : base(hm, WowLogManager.Instance)
 {
 }
Example #5
0
 public RiftHttpProcessor(HttperManagerBase <RiftAccountItem, USRiftHttperLoginBase> hm)
     : base(hm, RiftLogManager.Instance)
 {
 }
 public PwdResetHttpProcessor(HttperManagerBase <PwdResetItem, PwdResetHttperBase> hm)
     : base(hm, WowLogManager.Instance)
 {
 }
Example #7
0
 public RSHttpProcessor(HttperManagerBase <RSAccountItem, RSHttperLoginBase> hm)
     : base(hm, RSLogManager.Instance)
 {
 }