Click or drag to resize

NativeProxyAllForCurrentProcessArchitecture Property

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

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

Property Value

Type: IReadOnlyListNativeProxy
A list of proxies.
See Also