Exemple #1
0
 public void TestTranslatorProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(CreateReversedNamePipeProtocolFactory(), "CalculationService", "localhost/CalculationService");
 }
Exemple #2
0
 public void TestHttpProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(new HttpProtocolFactory(), "http://+:8769/CalculationService/", "http://localhost:8769/CalculationService/");
 }
Exemple #3
0
 public void TestTcpProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(new TcpProtocolFactory(), "8766", "127.0.0.1:8766");
 }
Exemple #4
0
 public void TestNamedPipeProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(new NamedPipeProtocolFactory(), "CalculationService", "localhost/CalculationService");
 }
Exemple #5
0
 public void TestAuthProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(CreateAuthNamePipeProtocolServerFactory(), CreateAuthNamePipeProtocolClientFactory(), "CalculationService", "localhost/CalculationService");
 }
Exemple #6
0
 public void TestGzipProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(CreateGzipNamePipeProtocolFactory(), "CalculationService", "localhost/CalculationService");
 }