com.jniwrapper.win32.ie.proxy
Interface ProxyConfiguration.Type

Enclosing class:
ProxyConfiguration

public static interface ProxyConfiguration.Type

Contains the proxy configuration types.


Field Summary
static int GLOBAL
          The proxy configuration available for the system and another process.
static int PROCESS
          The proxy configuration available only for the current process.
 

Field Detail

PROCESS

static final int PROCESS
The proxy configuration available only for the current process.

See Also:
Constant Field Values

GLOBAL

static final int GLOBAL
The proxy configuration available for the system and another process.

See Also:
Constant Field Values