Set the Global 'Default' Web Proxy.

Syntax

ISWebUtilities.SetGlobalDefaultProxy(proxyServerHostName, globalDefaultWebProxy, [proxyServerPort], [proxyServerUserName], [proxyServerPassword])

Parameters

NameTypeOptionalByRefDescription
proxyServerHostName String The Proxy Server Host Name.
globalDefaultWebProxy System.Net.IWebProxy ByRef The original Global 'Default' Web Proxy. You should save and restore this once the Web call has been completed - using RestoreGlobalDefaultProxy.
proxyServerPort Integer Optional The Proxy Server Port to use. -1 indicates the Default Port for the protocol. If omitted, a value of -1 is assumed.
proxyServerUserName String Optional User Name used to login to the Proxy Server. Optional.
proxyServerPassword String Optional The Password required for the User. Optional.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISWebUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0