Private/Types/validators/TelnetProxyType.generated.ps1
using namespace System.Management.Automation class TelnetProxyTypeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('None', 'Socks4', 'Socks4a', 'Socks5', 'HttpConnect') } } |