This method of the NetIOPermission Class returns the flag that controls whether classes that possess this permission can connect back to the local host if from a file:// URL codebase.
public boolean getCanConnectToFileURLCodeBase();
Returns true if the permission allows connections back to file:// URL codebase hosts; otherwise, returns false.