Raises the ResponseRead event.

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

Syntax

Visual Basic
Protected Overridable Sub OnResponseRead ( _
	e As SftpResponseReadEventArgs _
)
C#
protected virtual void OnResponseRead(
	SftpResponseReadEventArgs e
)

Parameters

e
Type: Rebex.Net..::..SftpResponseReadEventArgs
A SftpResponseReadEventArgs that contains the event data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also