Exemplo n.º 1
0
 protected GenericConnectionInstrumentParameters(GenericConnectionInstrumentParameters other)
     : base(other)
 {
     Type = other.Type;
 }
		protected GenericConnectionInstrumentParameters (GenericConnectionInstrumentParameters other)
			: base (other)
		{
			Type = other.Type;
		}
Exemplo n.º 3
0
 public static bool IsSupported(GenericConnectionInstrumentParameters parameters, ConnectionProviderType clientType, ConnectionProviderType serverType)
 {
     return(true);
 }
Exemplo n.º 4
0
 public GenericConnectionInstrumentTestRunner(IServer server, IClient client, InstrumentationConnectionProvider provider, GenericConnectionInstrumentParameters parameters)
     : base(server, client, provider, parameters)
 {
 }
		public static bool IsSupported (GenericConnectionInstrumentParameters parameters, ConnectionProviderType clientType, ConnectionProviderType serverType)
		{
			return true;
		}
		public GenericConnectionInstrumentTestRunner (IServer server, IClient client, InstrumentationConnectionProvider provider, GenericConnectionInstrumentParameters parameters)
			: base (server, client, provider, parameters)
		{
		}