Beispiel #1
0
 public void TestTranslatorProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(CreateReversedNamePipeProtocolFactory(), "CalculationService", "localhost/CalculationService");
 }
Beispiel #2
0
 public void TestTranslatorProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(CreateReversedNamePipeProtocolFactory(), "DuplexService", "localhost/DuplexService");
 }
Beispiel #3
0
 public void TestTcpProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(new TcpProtocolFactory(), "8767", "127.0.0.1:8767");
 }
Beispiel #4
0
 public void TestHttpProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(new HttpProtocolFactory(), "http://+:8769/CalculationService/", "http://localhost:8769/CalculationService/");
 }
Beispiel #5
0
 public void TestNamedPipeProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(new NamedPipeProtocolFactory(), "DuplexService", "localhost/DuplexService");
 }
Beispiel #6
0
 public void TestTcpProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(new TcpProtocolFactory(), "8766", "127.0.0.1:8766");
 }
Beispiel #7
0
 public void TestNamedPipeProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(new NamedPipeProtocolFactory(), "CalculationService", "localhost/CalculationService");
 }
Beispiel #8
0
 public void TestAuthProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(CreateAuthNamePipeProtocolServerFactory(), CreateAuthNamePipeProtocolClientFactory(), "DuplexService", "localhost/DuplexService");
 }
Beispiel #9
0
 public void TestAuthProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(CreateAuthNamePipeProtocolServerFactory(), CreateAuthNamePipeProtocolClientFactory(), "CalculationService", "localhost/CalculationService");
 }
Beispiel #10
0
 public void TestGzipProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(CreateGzipNamePipeProtocolFactory(), "DuplexService", "localhost/DuplexService");
 }
Beispiel #11
0
 public void TestGzipProtocolAsync()
 {
     NodeEndpointTestCases.TestProtocolAsync(CreateGzipNamePipeProtocolFactory(), "CalculationService", "localhost/CalculationService");
 }