ProxyElement::ScriptLocation Property

 

Gets or sets an Uri value that specifies the location of the automatic proxy detection script.

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

public:
[ConfigurationPropertyAttribute("scriptLocation")]
property Uri^ ScriptLocation {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A Uri specifying the location of the automatic proxy detection script.

.NET Framework
Available since 2.0
Return to top
Show: