Click or drag to resize

RhinoAppIsInternetAccessAllowed Property

Returns true when Rhino is allowed to access the Internet, false otherwise. Note, this does not test if Internet access is available.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.15
Syntax
public static bool IsInternetAccessAllowed { get; }

Property Value

Type: Boolean
See Also