|
FtpTransferResultResponseCode Property
|
Gets response code from transfer.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public int ResponseCode { get; }
Public ReadOnly Property ResponseCode As Integer
Get
public:
property int ResponseCode {
int get ();
}
member ResponseCode : int with get
function get_ResponseCode();
View SourceProperty Value
Int32See Also