Gets the status of the response.

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

Syntax

Visual Basic
Public ReadOnly Property Status As SftpExceptionStatus
	Get
C#
public SftpExceptionStatus Status { get; }

Field Value

One of the SftpExceptionStatus values.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also