Class FileProtocolMessageHandler

Class FileProtocolMessageHandler

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

Represents the file: protocol message handler.

[ComVisible(true)]
public class FileProtocolMessageHandler : MessageHandler

Inheritance

objectMessageHandlerFileProtocolMessageHandler

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

FileProtocolMessageHandler()

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

public FileProtocolMessageHandler()

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