示例#1
0
 public IStressResult ActOnApi(Uri uri)
 {
     _uri       = uri;
     InduceType = InduceType.Api;
     return(this);
 }
示例#2
0
 public IStressResult ActOn(Action action)
 {
     _action    = action;
     InduceType = InduceType.Action;
     return(this);
 }