Skip to content

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

bool

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.

Released under the Apache License 2.0.