DefaultProxySection::UseDefaultCredentials Property

 

Gets or sets whether default credentials are to be used to access a Web proxy server.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("useDefaultCredentials", DefaultValue = false)]
property bool UseDefaultCredentials {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if default credentials are to be used; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: