87 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)
33string result = serviceProxy.Echo(testString);
NetHttpsBindingTests.4.1.0.cs (3)
36string result = serviceProxy.Echo(testString); 73string result = serviceProxy.Echo(testString); 103string result = serviceProxy.Echo(testString);
WSHttpBindingTests.cs (1)
31string result = serviceProxy.Echo(testString);
Binding.Tcp.IntegrationTests (6)
NetTcpBindingTests.4.0.0.cs (4)
31string result = serviceProxy.Echo(testString); 102string result = serviceProxy.Echo(testString); 110result = serviceProxy.Echo(testString); 145string result = serviceProxy.Echo(testString);
NetTcpBindingTests.4.1.0.cs (2)
32string result = serviceProxy.Echo(testString); 68string result = serviceProxy.Echo(testString);
Binding.WS.FederationHttp.IntegrationTests (3)
WSFederationHttpBindingTests.cs (3)
63string result = serviceProxy.Echo(testString); 115string result = serviceProxy.Echo(testString); 167string result = serviceProxy.Echo(testString);
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelWithSynchronizationContext.cs (1)
242string result = serviceProxy.Echo(testString);
Client.ExpectedExceptions.IntegrationTests (7)
ExpectedExceptionTests.4.1.0.cs (6)
40serviceProxy.Echo("Hello"); 172serviceProxy.Echo("Hello"); 211serviceProxy.Echo("Hello"); 355serviceProxy.Echo(testString); 398serviceProxy.Echo(testString); 446serviceProxy.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)
40string 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); 495string result = serviceProxy.Echo(testString); 559string result = serviceProxy.Echo(testString);
Https\HttpsTests.4.1.1.cs (4)
48string result = serviceProxy.Echo(testString); 101serviceProxy.Echo(testString); 158string result = serviceProxy.Echo(testString); 204string result = serviceProxy.Echo(testString);
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (8)
86Assert.Throws<System.ServiceModel.ProtocolException>(() => { result = serviceProxy.Echo(testString); }); 91result = serviceProxy.Echo(testString); 144string result = serviceProxy.Echo(testString); 197string result = serviceProxy.Echo(testString); 246string result = serviceProxy.Echo(testString); 290string result = serviceProxy.Echo(testString); 347string result = serviceProxy.Echo(testString); 397string result = serviceProxy.Echo(testString);
Negotiate\NegotiateStream_Tcp_Tests.4.1.0.cs (6)
75string result = serviceProxy.Echo(testString); 124string result = serviceProxy.Echo(testString); 168string result = serviceProxy.Echo(testString); 208string result = serviceProxy.Echo(testString); 263string result = serviceProxy.Echo(testString); 311string result = serviceProxy.Echo(testString);
Tcp\ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs (3)
54string result = serviceProxy.Echo(testString); 131string result = serviceProxy.Echo(testString); 217string 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)
49string result = serviceProxy.Echo(testString); 101serviceProxy.Echo(testString); 157string result = serviceProxy.Echo(testString); 204string 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);