Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Sub New ( _
	connection As FtpConnection, _
	debugEvent As TlsDebugEventArgs _
)
C#
public FtpTlsDebugEventArgs(
	FtpConnection connection,
	TlsDebugEventArgs debugEvent
)

Parameters

connection
Type: Rebex.Net..::..FtpConnection
debugEvent
Type: Rebex.Net..::..TlsDebugEventArgs

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also