ProxyType Enumeration

 

Specifies an enumeration of proxy type.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public enum ProxyType
public enum class ProxyType
type ProxyType
Public Enumeration ProxyType

Members

Member name Description
Auto

Automatically chosen (provider selects the best option).

InternetExplorer

Default IE settings.

None

Disables proxy usage.

WinHttp

WinHTTP settings.

See Also

Microsoft.Management.Infrastructure.Options Namespace

Return to top