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