Esempio n. 1
0
 public void Setup()
 {
     server = TestUtils.CreateVarLenServer(TestContext.CurrentContext.TestDirectory + "/VarLenBinaryTests", disablePubSub: false);
     server.Start();
     client = new VarLenMemoryClient();
 }
Esempio n. 2
0
 public void Setup()
 {
     server = new VarLenServer(TestContext.CurrentContext.TestDirectory + "/VarLenBinaryTests");
     client = new VarLenMemoryClient();
 }