Catalyst File Transfer .NET

FileTransfer.ProxyPort Property

Gets and sets a value that specifies the proxy server port number.

[Visual Basic]
Public Property ProxyPort As Integer
[C#]
public int ProxyPort {get; set;}

Property Value

An integer value which specifies the proxy port number.

Remarks

The ProxyPort property is used to set the port number that the control will use to establish a connection with the proxy server. A value of zero specifies that the client will connect to the proxy server using the standard FTP service port.

See Also

FileTransfer Class | SocketTools Namespace