ProxySocketProxyPass Property
|
Gets or sets the password to use when authenticating with the proxy.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public string ProxyPass { get; set; }
Public Property ProxyPass As String
Get
Set
public:
property String^ ProxyPass {
String^ get ();
void set (String^ value);
}
member ProxyPass : string with get, set
Property Value
StringA string that holds the password that's used when authenticating with the proxy.
Exceptions See Also