WebproxySettings Class

Definition

The web proxy settings on the device.

public class WebproxySettings
type WebproxySettings = class
Public Class WebproxySettings
Inheritance
WebproxySettings

Constructors

WebproxySettings()

Initializes a new instance of the WebproxySettings class.

WebproxySettings(AuthenticationType, String, String)

Initializes a new instance of the WebproxySettings class.

Properties

Authentication

Gets or sets the authentication type. Possible values include: 'Invalid', 'None', 'Basic', 'NTLM'

ConnectionUri

Gets or sets the connection URI.

Username

Gets or sets the webproxy username.

Methods

Validate()

Validate the object.

Applies to