Microsoft SDK for Java

check

This method of the NetIOPermission Class determines whether the specified networking I/O operation is allowed by the permission object.

Syntax

public void check(Object param) throws SecurityException;

Parameters

param The security request parameter. It must be an instance of NetIORequest.

Exceptions

SecurityException if this permission does not allow the specified networking operation.

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