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 public static IReadOnlyList<NativeProxy> AllForCurrentProcessArchitecture { get; }
Property Value
Type:
IReadOnlyListNativeProxy
A list of proxies.
See Also