Gets the status of the response.

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

Syntax

Visual Basic
Public Property Status As ScpExceptionStatus
	Get
	Private Set
C#
public ScpExceptionStatus Status { get; private set; }

Field Value

One of the ScpExceptionStatus values.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also