Back to product page

ProxyLogin property


Specifies the login/username to use when connecting to proxy server.

Type

String.

Syntax

  • C#
  • VB.NET
String ProxyLogin {get; set; };

Property ProxyLogin As String

Remarks

This property specifies the Login (username) to use when connecting to a remote server through a proxy server. Since some proxy servers require authorization for access, ProxyLogin and ProxyPassword properties enable the user to specify his logon name and password on the proxy server.

Among all supported proxies, Socks4 and Relay does not use this property.

Platforms

Windows