Share via


NewCimSessionOptionCommand.ProxyType Property

 

Gets and sets the ProxyType parameter, which specifies the type of proxy to use. The following are the possible values: InternetExplorer, WinHttp, Auto, None.

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

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
public ProxyType ProxyType { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
property ProxyType ProxyType {
    ProxyType get();
    void set(ProxyType value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")>]
member ProxyType : ProxyType with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True, ParameterSetName := "WSManParameterSet")>
Public Property ProxyType As ProxyType

Property Value

Type: Microsoft.Management.Infrastructure.Options.ProxyType

Returns ProxyType.

See Also

NewCimSessionOptionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top