4 references to EchoWithTimeout
Client.ExpectedExceptions.IntegrationTests (3)
ExpectedExceptionTests.4.0.0.cs (2)
83serviceProxy.EchoWithTimeout("Hello", serviceOperationTimeout); 129serviceProxy.EchoWithTimeout("Hello", serviceOperationTimeout);
ExpectedExceptionTests.4.1.0.cs (1)
557string result = serviceProxy.EchoWithTimeout("test", serverDelayTimeSpan);
Security.TransportSecurity.IntegrationTests (1)
Tcp\StreamingTests.4.1.0.cs (1)
227string returnString = serviceProxy.EchoWithTimeout(testString, serviceOperationTimeout);