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