2 instantiations of HttpDigestClientCredential
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (2)
36_httpDigest = new HttpDigestClientCredential(other._httpDigest); 102_httpDigest = new HttpDigestClientCredential();
3 references to HttpDigestClientCredential
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (2)
18private HttpDigestClientCredential _httpDigest; 96public HttpDigestClientCredential HttpDigest
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\HttpDigestClientCredential.cs (1)
20internal HttpDigestClientCredential(HttpDigestClientCredential other)