public void TestTranslatorProtocolAsync() { NodeEndpointTestCases.TestProtocolAsync(CreateReversedNamePipeProtocolFactory(), "CalculationService", "localhost/CalculationService"); }
public void TestHttpProtocolAsync() { NodeEndpointTestCases.TestProtocolAsync(new HttpProtocolFactory(), "http://+:8769/CalculationService/", "http://localhost:8769/CalculationService/"); }
public void TestTcpProtocolAsync() { NodeEndpointTestCases.TestProtocolAsync(new TcpProtocolFactory(), "8766", "127.0.0.1:8766"); }
public void TestNamedPipeProtocolAsync() { NodeEndpointTestCases.TestProtocolAsync(new NamedPipeProtocolFactory(), "CalculationService", "localhost/CalculationService"); }
public void TestAuthProtocolAsync() { NodeEndpointTestCases.TestProtocolAsync(CreateAuthNamePipeProtocolServerFactory(), CreateAuthNamePipeProtocolClientFactory(), "CalculationService", "localhost/CalculationService"); }
public void TestGzipProtocolAsync() { NodeEndpointTestCases.TestProtocolAsync(CreateGzipNamePipeProtocolFactory(), "CalculationService", "localhost/CalculationService"); }