FtpListenerResponse Class
NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: GHIElectronics.TinyCLR.Networking
The ftp response
public class FtpListenerResponse
Properties
OutputStream
public FtpResponseStream OutputStream { get; }
the stream that data would be written to
StatusCode
public FtpStatusCode StatusCode { get; set; }
status code set by users