This method of the NetIOPermission Class determines whether the specified networking I/O operation is allowed by the permission object.
public void check(Object param) throws SecurityException;
param | The security request parameter. It must be an instance of NetIORequest. |
SecurityException if this permission does not allow the specified networking operation.