Click or drag to resize

NativeProxyAll Property

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

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

Property Value

Type: IReadOnlyListNativeProxy
A list of proxies.
See Also