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)
19
private
HttpDigestClientCredential
_httpDigest;
125
public
HttpDigestClientCredential
HttpDigest
System\ServiceModel\Security\HttpDigestClientCredential.cs (1)
20
internal HttpDigestClientCredential(
HttpDigestClientCredential
other)