2 writes to httpDigest
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
52
this.
httpDigest
= new HttpDigestClientCredential(other.httpDigest);
154
this.
httpDigest
= new HttpDigestClientCredential();
7 references to httpDigest
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
51
if (other.
httpDigest
!= null)
52
this.httpDigest = new HttpDigestClientCredential(other.
httpDigest
);
152
if (this.
httpDigest
== null)
156
this.
httpDigest
.MakeReadOnly();
158
return this.
httpDigest
;
345
if (this.
httpDigest
!= null)
346
this.
httpDigest
.MakeReadOnly();