Exemplo n.º 1
0
 public ClientWorkingPolicy(ResponsePolicy policy, ClientManager client, ISocketMessage msg, bool noDelay)
 {
     this.Policy  = policy;
     this.Client  = client;
     this.Message = msg;
     this.NoDelay = noDelay;
 }
Exemplo n.º 2
0
 public ClientWorkingPolicy(ResponsePolicy policy, ClientManager client, ISocketMessage msg, bool noDelay)
 {
     this.Policy = policy;
     this.Client = client;
     this.Message = msg;
     this.NoDelay = noDelay;
 }
 public BaseActionFilter(ResponsePolicy responsePolicy)
 {
     Policy = responsePolicy;
 }