Class FtpProtocolMessageHandler

Class FtpProtocolMessageHandler

Namespace: Aspose.Html.Net.MessageHandlers
Assembly: Aspose.HTML.dll (25.2.0)

Represents the ftp: protocol message handler.

[ComVisible(true)]
public class FtpProtocolMessageHandler : MessageHandler

Inheritance

objectMessageHandlerFtpProtocolMessageHandler

Inherited Members

MessageHandler.Next(INetworkOperationContext), MessageHandler.Invoke(INetworkOperationContext), MessageHandler.Filters, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

FtpProtocolMessageHandler()

Initializes a new instance of the Aspose.Html.Net.MessageHandlers.FtpProtocolMessageHandler class.

public FtpProtocolMessageHandler()

Methods

Invoke(INetworkOperationContext)

When overridden in a derived class is used to implement the message handling.

public override void Invoke(INetworkOperationContext context)

Parameters

context INetworkOperationContext

The context.

See Also

MessageHandler