in aspnet/Microsoft.Samples.XMLA.HTTP/Tester/Test.cs [22:39]
public Test Clone()
{
return new Test() {
Host = this.Host,
HttpPort = this.HttpPort,
HttpsPort = this.HttpsPort,
Path = this.Path,
HttpMethod = this.HttpMethod,
Body = this.Body,
AuthScheme = this.AuthScheme,
ExpectedResponse = this.ExpectedResponse,
GZip = this.GZip,
Query = this.Query,
UseHttps = this.UseHttps
};
}