HttpProxySettings

Overview

Location

 

constructor

 

constructor

 

HttpProxySettings()

 

Sub New()

CopyProperties

 

method CopyProperties(source: HttpProxySettings)

 

void CopyProperties(HttpProxySettings source)

 

Sub CopyProperties(source As HttpProxySettings)

Parameters:

  • source:

Password

 

property Password: String read write;

 

[DefaultValue(\"\")]
String Password { get; set; }

 

<DefaultValue(\"\")>
Property Password() As String

ProxyHost

 

[DefaultValue('192.168.1.1')]
property ProxyHost: String read write;

 

[DefaultValue(\"192.168.1.1\")]
String ProxyHost { get; set; }

 

<DefaultValue(\"192.168.1.1\")>
Property ProxyHost() As String

ProxyPort

 

[DefaultValue(3128)]
property ProxyPort: Int32 read write;

 

[DefaultValue(3128)]
Int32 ProxyPort { get; set; }

 

<DefaultValue(3128)>
Property ProxyPort() As Int32

UseProxy

 

[DefaultValue(false)]
property UseProxy: Boolean read write;

 

[DefaultValue(false)]
Boolean UseProxy { get; set; }

 

<DefaultValue(false)>
Property UseProxy() As Boolean

UserName

 

property UserName: String read write;

 

[DefaultValue(\"\")]
String UserName { get; set; }

 

<DefaultValue(\"\")>
Property UserName() As String

 

Password

 

property Password: String read write;

 

[DefaultValue(\"\")]
String Password { get; set; }

 

<DefaultValue(\"\")>
Property Password() As String

ProxyHost

 

[DefaultValue('192.168.1.1')]
property ProxyHost: String read write;

 

[DefaultValue(\"192.168.1.1\")]
String ProxyHost { get; set; }

 

<DefaultValue(\"192.168.1.1\")>
Property ProxyHost() As String

ProxyPort

 

[DefaultValue(3128)]
property ProxyPort: Int32 read write;

 

[DefaultValue(3128)]
Int32 ProxyPort { get; set; }

 

<DefaultValue(3128)>
Property ProxyPort() As Int32

UseProxy

 

[DefaultValue(false)]
property UseProxy: Boolean read write;

 

[DefaultValue(false)]
Boolean UseProxy { get; set; }

 

<DefaultValue(false)>
Property UseProxy() As Boolean

UserName

 

property UserName: String read write;

 

[DefaultValue(\"\")]
String UserName { get; set; }

 

<DefaultValue(\"\")>
Property UserName() As String

 

constructor

 

constructor

 

HttpProxySettings()

 

Sub New()

CopyProperties

 

method CopyProperties(source: HttpProxySettings)

 

void CopyProperties(HttpProxySettings source)

 

Sub CopyProperties(source As HttpProxySettings)

Parameters:

  • source: