HttpProxySettings
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
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;
String Password { get; set; }
Property Password As String
ProxyHost
property ProxyHost: String read write;
String ProxyHost { get; set; }
Property ProxyHost As String
ProxyPort
property ProxyPort: Int32 read write;
Int32 ProxyPort { get; set; }
Property ProxyPort As Int32
UseProxy
property UseProxy: Boolean read write;
Boolean UseProxy { get; set; }
Property UseProxy As Boolean
UserName
property UserName: String read write;
String UserName { get; set; }
Property UserName As String
Password
property Password: String read write;
String Password { get; set; }
Property Password As String
ProxyHost
property ProxyHost: String read write;
String ProxyHost { get; set; }
Property ProxyHost As String
ProxyPort
property ProxyPort: Int32 read write;
Int32 ProxyPort { get; set; }
Property ProxyPort As Int32
UseProxy
property UseProxy: Boolean read write;
Boolean UseProxy { get; set; }
Property UseProxy As Boolean
UserName
property UserName: String read write;
String UserName { get; set; }
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: