edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Displays the proxy settings editor as a modal dialog or as a window.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void ShowSocksProxyEditor(
	IWin32Window parent
)
Visual Basic
Public Sub ShowSocksProxyEditor ( _
	parent As IWin32Window _
)
Visual C++
public:
void ShowSocksProxyEditor(
	IWin32Window^ parent
)

Parameters

parent
Type: System.Windows.Forms..::..IWin32Window
Reference to parent window (may be null)

Return Value

A reference to the form.

See Also