Catalyst File Transfer .NET

FileTransfer.ProxyUser Property

Gets and sets the username used to authenticate the connection to a proxy server.

[Visual Basic]
Public Property ProxyUser As String
[C#]
public string ProxyUser {get; set;}

Property Value

A string which specifies the username.

Remarks

The ProxyUser property specifies the user that is logging in to the proxy server. If the proxy server does not require the user to login, then this property is ignored.

See Also

FileTransfer Class | SocketTools Namespace