85 references to Echo
Binding.Custom.IntegrationTests (3)
CustomBindingTests.4.0.0.cs (1)
31string result = serviceProxy.Echo(testString);
CustomBindingTests.4.1.0.cs (2)
40string result = serviceProxy.Echo(testString); 77string result = serviceProxy.Echo(testString);
Binding.Http.IntegrationTests (8)
BasicHttpBindingTests.4.0.0.cs (3)
40string result = serviceProxy.Echo(testString); 124string result = serviceProxy.Echo("Hello"); 182string result = serviceProxy.Echo("Hello");
NetHttpBindingTests.4.0.0.cs (1)
32string result = serviceProxy.Echo(testString);
NetHttpsBindingTests.4.1.0.cs (3)
35string result = serviceProxy.Echo(testString); 72string result = serviceProxy.Echo(testString); 101string result = serviceProxy.Echo(testString);
WSHttpBindingTests.cs (1)
31string result = serviceProxy.Echo(testString);
Binding.Tcp.IntegrationTests (4)
NetTcpBindingTests.4.0.0.cs (2)
31string result = serviceProxy.Echo(testString); 106string result = serviceProxy.Echo(testString);
NetTcpBindingTests.4.1.0.cs (2)
33string result = serviceProxy.Echo(testString); 70string result = serviceProxy.Echo(testString);
Binding.WS.FederationHttp.IntegrationTests (3)
WSFederationHttpBindingTests.cs (3)
62string result = serviceProxy.Echo(testString); 113string result = serviceProxy.Echo(testString); 164string result = serviceProxy.Echo(testString);
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelWithSynchronizationContext.cs (1)
239string result = serviceProxy.Echo(testString);
Client.ExpectedExceptions.IntegrationTests (7)
ExpectedExceptionTests.4.1.0.cs (6)
40serviceProxy.Echo("Hello"); 172serviceProxy.Echo("Hello"); 210serviceProxy.Echo("Hello"); 353serviceProxy.Echo(testString); 395serviceProxy.Echo(testString); 442serviceProxy.Echo(testString);
ExpectedExceptionTests.4.1.1.cs (1)
42var result = serviceProxy.Echo(testString);
Contract.Message.IntegrationTests (1)
MessageTests.4.0.0.cs (1)
90string result = serviceProxy.Echo(testString);
Contract.Service.IntegrationTests (4)
ServiceContractTests.4.0.0.cs (4)
315result = serviceProxy.Echo(testString); // verifies factory did open correctly 368result = serviceProxy.Echo(testString); // verifies proxy did open correctly 412result = serviceProxy.Echo(testString); // force proxy and factory to open as part of setup 461serviceProxy.Echo(testString); // force sync open as part of setup
Encoding.Encoders.IntegrationTests (2)
BinaryEncodingTests.4.0.0.cs (1)
37result = serviceProxy.Echo(testString);
TextEncodingTests.4.0.0.cs (1)
37result = serviceProxy.Echo(testString);
Encoding.MessageVersion.IntegrationTests (7)
MessageVersionTests.4.0.0.cs (2)
36result = serviceProxy.Echo(testString); 72result = serviceProxy.Echo(testString);
MessageVersionTests.cs (5)
36result = serviceProxy.Echo(testString); 72result = serviceProxy.Echo(testString); 108result = serviceProxy.Echo(testString); 144result = serviceProxy.Echo(testString); 180result = serviceProxy.Echo(testString);
Extensibility.MessageEncoder.IntegrationTests (1)
TextTests.4.1.0.cs (1)
43string result = client.Echo(testString);
ScenarioTests.Common.Tests (1)
ScenarioTestHelpers.cs (1)
77string result = serviceProxy.Echo(testString);
Security.TransportSecurity.IntegrationTests (43)
Http\ClientCredentialTypeTests.4.1.0.cs (1)
60result = serviceProxy.Echo(testString);
Https\HttpsTests.4.1.0.cs (11)
50string result = serviceProxy.Echo(testString); 86string result = serviceProxy.Echo(testString); 125string result = serviceProxy.Echo(testString); 164string result = serviceProxy.Echo(testString); 203string result = serviceProxy.Echo(testString); 254string result = serviceProxy.Echo(testString); 296string result = serviceProxy.Echo(testString); 337Assert.Throws<SecurityNegotiationException>(() => { _ = serviceProxy.Echo(testString); }); 384string result = serviceProxy.Echo(testString); 494string result = serviceProxy.Echo(testString); 557string result = serviceProxy.Echo(testString);
Https\HttpsTests.4.1.1.cs (4)
48string result = serviceProxy.Echo(testString); 101serviceProxy.Echo(testString); 157string result = serviceProxy.Echo(testString); 202string result = serviceProxy.Echo(testString);
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (8)
85Assert.Throws<System.ServiceModel.ProtocolException>(() => { result = serviceProxy.Echo(testString); }); 90result = serviceProxy.Echo(testString); 142string result = serviceProxy.Echo(testString); 194string result = serviceProxy.Echo(testString); 242string result = serviceProxy.Echo(testString); 286string result = serviceProxy.Echo(testString); 342string result = serviceProxy.Echo(testString); 392string result = serviceProxy.Echo(testString);
Negotiate\NegotiateStream_Tcp_Tests.4.1.0.cs (6)
76string result = serviceProxy.Echo(testString); 125string result = serviceProxy.Echo(testString); 170string result = serviceProxy.Echo(testString); 211string result = serviceProxy.Echo(testString); 266string result = serviceProxy.Echo(testString); 313string result = serviceProxy.Echo(testString);
Tcp\ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs (3)
52string result = serviceProxy.Echo(testString); 128string result = serviceProxy.Echo(testString); 214string result = serviceProxy.Echo(testString);
Tcp\ClientCredentialTypeTests.4.1.0.cs (3)
48string result = serviceProxy.Echo(testString); 100string result = serviceProxy.Echo(testString); 143string result = serviceProxy.Echo(testString);
Tcp\ClientCredentialTypeTests.4.1.1.cs (4)
48string result = serviceProxy.Echo(testString); 100serviceProxy.Echo(testString); 155string result = serviceProxy.Echo(testString); 202string result = serviceProxy.Echo(testString);
Tcp\ClientCredentialTypeTests.OSX.cs (1)
75string result = serviceProxy.Echo(testString);
Tcp\IdentityTests.4.1.0.cs (1)
36var result = serviceProxy.Echo(testString);
Tcp\IdentityTests.4.1.1.cs (1)
38var result = serviceProxy.Echo(testString);