Microsoft SDK for Java

NetIOPermission Class Fields

The NetIOPermission Class contains the following fields.

ALL_API_FLAGS A combination of the CONNECT, BIND, and MULTICAST flags.
ALLOW A flag that indicates that some operation should be allowed by this permission.
ALLOWALL A combination of the ALLOW, CONNECT, and BIND flags.
ALLOWBIND A combination of the ALLOW and BIND flags.
ALLOWCONNECT A combination of the ALLOW and CONNECT flags.
ALLOWMULTICAST A combination of the ALLOW and MULTICAST flags.
BIND A flag that indicates an operation that listens on a local port for network connections from other hosts.
CONNECT A flag that indicates a network connection operation.
DENY A flag that indicates that some operation should be denied by this permission.
DENYALL A combination of the DENY, CONNECT, and BIND flags.
DENYBIND A combination of the DENY and BIND flags.
DENYCONNECT A combination of the DENY and CONNECT flags.
DENYMULTICAST A combination of the DENY and MULTICAST flags.
HOSTS A flag that indicates that network computers are identified by host name.
IPS A flag that indicates that network computers are identified by an IP address.
MULTICAST A flag that indicates a multicast socket operation.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.