Microsoft SDK for Java

getCanConnectToNonFileURLCodeBase

This method of the NetIOPermission Class retrieves the flag that controls whether classes that possess this permission can connect back to non-file:// URL codebase hosts.

Syntax

public boolean getCanConnectToNonFileURLCodeBase();

Return Value

Returns true if the permission allows connections back to non-file:// URL codebase hosts; otherwise, returns false.

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