Skip to main content

FtpListenerContext Class

Namespace: GHIElectronics.TinyCLR.Networking · Assembly: GHIElectronics.TinyCLR.Networking.Ftp

A Context containing an ftp request and a response scratch that should be completed by listeners

public class FtpListenerContext

Properties

Request

public FtpListenerRequest Request { get; }

The request of this context

User

public UserInfo User { get; }

The user who made the request

Response

public FtpListenerResponse Response { get; }

The response of this context