Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IWebProxyScript Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides the base interface to load and execute scripts for automatic proxy detection.

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

Public Interface IWebProxyScript

NameDescription
System_CAPS_pubmethodClose()

This API supports the product infrastructure and is not intended to be used directly from your code. Closes a script.

System_CAPS_pubmethodLoad(Uri, String, Type)

This API supports the product infrastructure and is not intended to be used directly from your code. Loads a script.

System_CAPS_pubmethodRun(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code. Runs a script.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft