FileProtocolMessageHandler Class
Represents the file: protocol message handler.
Inheritance Hierarchy
SystemObject
  Aspose.Html.NetMessageHandler
    Aspose.Html.Net.MessageHandlersFileProtocolMessageHandler

Namespace: Aspose.Html.Net.MessageHandlers
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class FileProtocolMessageHandler : MessageHandler

The FileProtocolMessageHandler type exposes the following members.

Constructors
  NameDescription
Public methodFileProtocolMessageHandler
Initializes a new instance of the FileProtocolMessageHandler class.
Properties
  NameDescription
Public propertyFilters
Gets the filters list that are corresponding to the specified handler type.
(Inherited from MessageHandler.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvoke
When overridden in a derived class is used to implement the message handling.
(Overrides MessageHandlerInvoke(INetworkOperationContext).)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNext
Invokes the next MessageHandler in chain of handlers, if any.
(Inherited from MessageHandler.)
Public methodToString (Inherited from Object.)
See Also