Skip to content

ConnectProxyRequest class

[DefaultValues] { "user": "21455", "password": "1nJeS+Ae", "host": "95.217.147.61", "port": "443", "proxyUser": "ProxyUser123", "proxyPassword": "qwerty123", "proxyHost": "65.108.126.217", "proxyPort": "1080", "proxyType": "Socks5" }

public sealed class ConnectProxyRequest : IBufferMessage, IMessage<ConnectProxyRequest>

Public Members

name description
ConnectProxyRequest() The default constructor.
ConnectProxyRequest(…)
BaseChartSymbol { get; set; }
ExpertsToAdd { get; }
HasBaseChartSymbol { get; } Gets whether the "base_chart_symbol" field is set
HasTerminalReadinessWaitingTimeoutSeconds { get; } Gets whether the "terminal_readiness_waiting_timeout_seconds" field is set
HasWaitForTerminalIsAlive { get; } Gets whether the "wait_for_terminal_is_alive" field is set
Host { get; set; } Host - ip adddress or dns name. [Required]
Password { get; set; } Password. [Required]
Port { get; set; } Port. [Required]
ProxyHost { get; set; } Proxy server ip adddress [Required]
ProxyPassword { get; set; } Proxy password [Required]
ProxyPort { get; set; } Proxy port [Required]
ProxyType { get; set; } Proxy type. Put 'Socks5' for default parameters [Required]
ProxyUser { get; set; } Proxy user [Required]
TerminalReadinessWaitingTimeoutSeconds { get; set; }
User { get; set; } Account number. [Required]
WaitForTerminalIsAlive { get; set; }
CalculateSize()
ClearBaseChartSymbol() Clears the value of the "base_chart_symbol" field
ClearTerminalReadinessWaitingTimeoutSeconds() Clears the value of the "terminal_readiness_waiting_timeout_seconds" field
ClearWaitForTerminalIsAlive() Clears the value of the "wait_for_terminal_is_alive" field
Clone()
Equals(…)
override Equals(…)
override GetHashCode()
MergeFrom(…) (2 methods)
override ToString()
WriteTo(…)
static Descriptor { get; }
static Parser { get; }
const BaseChartSymbolFieldNumber Field number for the "base_chart_symbol" field.
const ExpertsToAddFieldNumber Field number for the "experts_to_add" field.
const HostFieldNumber Field number for the "host" field.
const PasswordFieldNumber Field number for the "password" field.
const PortFieldNumber Field number for the "port" field.
const ProxyHostFieldNumber Field number for the "proxyHost" field.
const ProxyPasswordFieldNumber Field number for the "proxyPassword" field.
const ProxyPortFieldNumber Field number for the "proxyPort" field.
const ProxyTypeFieldNumber Field number for the "proxyType" field.
const ProxyUserFieldNumber Field number for the "proxyUser" field.
const TerminalReadinessWaitingTimeoutSecondsFieldNumber Field number for the "terminal_readiness_waiting_timeout_seconds" field.
const UserFieldNumber Field number for the "user" field.
const WaitForTerminalIsAliveFieldNumber Field number for the "wait_for_terminal_is_alive" field.

See Also