Ejemplo n.º 1
0
 protected CipherInstrumentParameters(CipherInstrumentParameters other)
     : base(other)
 {
     Type = other.Type;
 }
		protected CipherInstrumentParameters (CipherInstrumentParameters other)
			: base (other)
		{
			Type = other.Type;
		}
		public CipherInstrumentTestRunner (IServer server, IClient client, InstrumentationConnectionProvider provider, CipherInstrumentParameters parameters)
			: base (server, client, provider, parameters)
		{
		}
		public CipherInstrumentTestRunner (IServer server, IClient client, CipherInstrumentParameters parameters, MonoConnectionFlags flags)
			: base (server, client, parameters, flags)
		{
		}
 public CipherInstrumentTestRunner(IServer server, IClient client, InstrumentationConnectionProvider provider, CipherInstrumentParameters parameters)
     : base(server, client, provider, parameters)
 {
 }