Click or drag to resize

ProxySocketProxyUser Property

Gets or sets the username to use when authenticating with the proxy.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public string ProxyUser { get; set; }

Property Value

String
A string that holds the username that's used when authenticating with the proxy.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified value is null.
See Also