| FtpNoop Method |
Sends NO OPeration command to the server.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public FtpResponse Noop()
Public Function Noop As FtpResponse
public:
FtpResponse^ Noop()
member Noop : unit -> FtpResponse
Return Value
Type:
FtpResponseServer response.
See Also