FtpProtocolMessageHandler Class

FtpProtocolMessageHandler class

Represents the ftp: protocol message handler.

public class FtpProtocolMessageHandler : MessageHandler

Constructors

NameDescription
FtpProtocolMessageHandler()Initializes a new instance of the FtpProtocolMessageHandler class.

Properties

NameDescription
getFilters Gets the filters list that are corresponding to the specified handler type.

Methods

NameDescription
invoke(INetworkOperationContext)When overridden in a derived class is used to implement the message handling.

See Also