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