IWebProxyScript::Load Method (Uri^, String^, Type^)

 

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

Loads a script.

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

bool Load(
	Uri^ scriptLocation,
	String^ script,
	Type^ helperType
)

Parameters

scriptLocation
Type: System::Uri^

Internal only.

script
Type: System::String^

Internal only.

helperType
Type: System::Type^

Internal only.

Return Value

Type: System::Boolean

A Boolean indicating whether the script was successfully loaded.

.NET Framework
Available since 2.0
Return to top
Show: