5 references to RunBasicEchoTest
Security.TransportSecurity.IntegrationTests (5)
Http\ClientCredentialTypeTests.4.1.0.cs (2)
148
ScenarioTestHelpers.
RunBasicEchoTest
(basicHttpBinding, Endpoints.Http_WindowsAuth_Address, "BasicHttpBinding with Windows authentication", null);
162
ScenarioTestHelpers.
RunBasicEchoTest
(binding, Endpoints.Http_WindowsAuth_Address, "BasicHttpBinding with IntegratedWindowsAuthentication authentication and Negotiate endpoint", null);
Https\ClientCredentialTypeTests.4.1.0.cs (3)
226
ScenarioTestHelpers.
RunBasicEchoTest
(basicHttpBinding, Endpoints.Https_DigestAuth_Address, "BasicHttpBinding - Digest auth ", credentials);
237
ScenarioTestHelpers.
RunBasicEchoTest
(basicHttpBinding, Endpoints.Https_NtlmAuth_Address, "BasicHttpBinding with NTLM authentication", null);
251
ScenarioTestHelpers.
RunBasicEchoTest
(binding, Endpoints.Https_NtlmAuth_Address, "BasicHttpBinding with IntegratedWindowsAuthentication authentication and Ntlm endpoint", null);