Property AllowNetworking
Namespace: Belay.Core.Security
Assembly: Belay.Core.dll
AllowNetworking
Gets or sets a value indicating whether networking operations are allowed in executed code.
csharp
public bool AllowNetworking { get; set; }
Property Value
Remarks
When enabled, allows Python code to use socket operations, HTTP requests, and other network-related functionality. Enable only when network access is specifically required and the environment is trusted.