Exemplo n.º 1
0
 public LoadTestRequest()
 {
     Authentication = new LoadTestRequestAthentication();
     Headers        = new Dictionary <string, string>();
     Parameters     = new Dictionary <string, string>();
 }
 public LoadTestRequest()
 {
     Authentication = new LoadTestRequestAthentication();
     Headers = new Dictionary<string, string>();
     Parameters = new Dictionary<string, string>();
 }