Type Summary
public class GlobalProxySelection
{
// Constructors
public GlobalProxySelection();
// Properties
public static IWebProxy Select { get; set; }
// Methods
public static IWebProxy GetEmptyWebProxy();
}
|
LO
Ugh, we'd all love to rename this class. You set the default proxy server for the application domain using GlobalProxySelection.Select. |
|