Click or drag to resize

NativeProxyAllForCurrentProcessArchitecture Property

Gets the list of all native proxies for the current processor architecture.

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

Property Value

Type: IReadOnlyListNativeProxy
A list of proxies.
See Also