public RouteTestClient(NetworkTestClient testClient, IRouteOperations routeOperations)
        {
            if (testClient == null)
            {
                throw new ArgumentNullException("testClient");
            }
            if (routeOperations == null)
            {
                throw new ArgumentNullException("routeOperations");
            }

            this.testClient      = testClient;
            this.routeOperations = routeOperations;
        }
        public RouteTestClient(NetworkTestClient testClient, IRouteOperations routeOperations)
        {
            if (testClient == null)
            {
                throw new ArgumentNullException("testClient");
            }
            if (routeOperations == null)
            {
                throw new ArgumentNullException("routeOperations");
            }

            this.testClient = testClient;
            this.routeOperations = routeOperations;
        }
示例#3
0
 public ApplicationGatewayTestClient(NetworkTestClient testClient, IApplicationGatewayOperations applicationGatewayClient)
 {
     this.testClient = testClient;
     this.applicationGatewayClient = applicationGatewayClient;
 }
 public GatewayTestClient(NetworkTestClient testClient, IGatewayOperations gatewayClient)
 {
     this.testClient = testClient;
     this.gatewayClient = gatewayClient;
 }
 public GatewayTestClient(NetworkTestClient testClient, IGatewayOperations gatewayClient)
 {
     this.testClient    = testClient;
     this.gatewayClient = gatewayClient;
 }
 public ApplicationGatewayTestClient(NetworkTestClient testClient, IApplicationGatewayOperations applicationGatewayClient)
 {
     this.testClient = testClient;
     this.applicationGatewayClient = applicationGatewayClient;
 }