|
|
@ -85,9 +85,11 @@ namespace EGFramework |
|
|
|
|
|
|
|
|
|
|
|
public void SetDelay(int millisecond){ |
|
|
|
public void SetDelay(int millisecond){ |
|
|
|
this.SendDelay = millisecond; |
|
|
|
this.SendDelay = millisecond; |
|
|
|
|
|
|
|
if(millisecond != 0){ |
|
|
|
RequestTimer.Interval = millisecond; |
|
|
|
RequestTimer.Interval = millisecond; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#region interface |
|
|
|
#region interface |
|
|
|
public interface IResponse |
|
|
|
public interface IResponse |
|
|
|