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