Exemplo n.º 1
0
 public void TestTranslatorProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(CreateReversedNamePipeProtocolFactory(), "DuplexService", "localhost/DuplexService");
 }
Exemplo n.º 2
0
 public void TestTcpProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(new TcpProtocolFactory(), "8767", "127.0.0.1:8767");
 }
Exemplo n.º 3
0
 public void TestAuthProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(CreateAuthNamePipeProtocolServerFactory(), CreateAuthNamePipeProtocolClientFactory(), "DuplexService", "localhost/DuplexService");
 }
Exemplo n.º 4
0
 public void TestNamedPipeProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(new NamedPipeProtocolFactory(), "DuplexService", "localhost/DuplexService");
 }
Exemplo n.º 5
0
 public void TestGzipProtocolDuplex()
 {
     NodeEndpointTestCases.TestProtocolDuplex(CreateGzipNamePipeProtocolFactory(), "DuplexService", "localhost/DuplexService");
 }