2 writes to _httpDigest
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (2)
36
_httpDigest
= new HttpDigestClientCredential(other._httpDigest);
102
_httpDigest
= new HttpDigestClientCredential();
7 references to _httpDigest
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (7)
35
if (other.
_httpDigest
!= null)
36
_httpDigest = new HttpDigestClientCredential(other.
_httpDigest
);
100
if (
_httpDigest
== null)
104
_httpDigest
.MakeReadOnly();
106
return
_httpDigest
;
194
if (
_httpDigest
!= null)
195
_httpDigest
.MakeReadOnly();