Class WebKitProxySettings
Class which represents the proxy settings for WebKit HTML converter.
Inheritance
System.Object
WebKitProxySettings
Namespace: Syncfusion.HtmlConverter
Assembly: Syncfusion.HtmlConverter.Base.dll
Syntax
public class WebKitProxySettings : Object
Constructors
WebKitProxySettings()
Initializes a new instance of the WebKitProxySettings class.
Declaration
public WebKitProxySettings()
Properties
HostName
Gets or sets host name of proxy server
Declaration
public string HostName { get; set; }
Property Value
Type |
---|
System.String |
Password
Gets or sets password of proxy server; optional;
Declaration
public string Password { get; set; }
Property Value
Type |
---|
System.String |
PortNumber
Gets or sets port number of proxy server
Declaration
public int PortNumber { get; set; }
Property Value
Type |
---|
System.Int32 |
Type
Gets or sets type of proxy server
Declaration
public WebKitProxyType Type { get; set; }
Property Value
Type |
---|
WebKitProxyType |
Username
Gets or sets username of proxy server; optional;
Declaration
public string Username { get; set; }
Property Value
Type |
---|
System.String |
UseSystemProxy
Gets or sets to use system proxy settings; If it is set to true, WebKit converter use system proxy settings for conversion.
Declaration
public bool UseSystemProxy { get; set; }
Property Value
Type |
---|
System.Boolean |