2 instantiations of HttpDigestClientCredential
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
55_httpDigest = new HttpDigestClientCredential(other._httpDigest); 131_httpDigest = new HttpDigestClientCredential();
3 references to HttpDigestClientCredential
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\ClientCredentials.cs (2)
19private HttpDigestClientCredential _httpDigest; 125public HttpDigestClientCredential HttpDigest
System\ServiceModel\Security\HttpDigestClientCredential.cs (1)
20internal HttpDigestClientCredential(HttpDigestClientCredential other)