Click or drag to resize

NativeProxyAll Property

Gets the list of all native proxies for all processor architectures.

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IReadOnlyList<NativeProxy> All { get; }

Property Value

Type: IReadOnlyListNativeProxy
A list of proxies.
See Also