3 references to useDefaultCredentials
System (3)
net\System\Net\Configuration\DefaultProxySection.cs (3)
29this.properties.Add(this.useDefaultCredentials); 82get { return (bool) this[this.useDefaultCredentials]; } 83set { this[this.useDefaultCredentials] = value; }