Share via


WSManSessionOptions.ProxyType Property

 

Gets or sets the type of proxy settings to use when communicating to a destination through a proxy.

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

Syntax

public ProxyType ProxyType { get; set; }
public:
property ProxyType ProxyType {
    ProxyType get();
    void set(ProxyType value);
}
member ProxyType : ProxyType with get, set
Public Property ProxyType As ProxyType

Property Value

Type: Microsoft.Management.Infrastructure.Options.ProxyType

The proxy type (none, WinHTTP, automatic selection, or IE).

See Also

WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top