PowerTCP FTP for .NET
Code Property



Gets the 3-digit response code from the response string.
Syntax
Public ReadOnly Property Code As Integer
Dim instance As Response
Dim value As Integer
 
value = instance.Code
public int Code {get;}
public:
property int Code {
   int get();
}

Property Value

An integer response code parsed from the string response.
See Also

Reference

Response Class
Response Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic