Implemented interface member:
property
Credentials
System.Net.IWebProxy.Credentials
4 writes to Credentials
System.Net.WebProxy (3)
System\Net\WebProxy.cs (3)
90this.Credentials = Credentials; 194Credentials = uriCredentials; 259set => Credentials = value ? CredentialCache.DefaultCredentials : null;
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1422result.Credentials = credentials;
10 references to Credentials
System.Net.WebProxy (10)
System\Net\WebProxy.cs (10)
47/// will be extracted and used to set the <see cref="Credentials"/> property. 58/// will be extracted and used to set the <see cref="Credentials"/> property. 70/// will be extracted and used to set the <see cref="Credentials"/> property. 83/// will be extracted and used to set the <see cref="Credentials"/> property when no explicit <paramref name="Credentials"/> are provided. 121/// will be extracted and used to set the <see cref="Credentials"/> property. 136/// will be extracted and used to set the <see cref="Credentials"/> property. 152/// will be extracted and used to set the <see cref="Credentials"/> property. 169/// will be extracted and used to set the <see cref="Credentials"/> property when no explicit <paramref name="Credentials"/> are provided. 184/// will be extracted and used to set the <see cref="Credentials"/> property. 258get => Credentials == CredentialCache.DefaultCredentials;