FileProtocolMessageHandler Class

FileProtocolMessageHandler class

Represents the file: protocol message handler.

public class FileProtocolMessageHandler : MessageHandler

Constructors

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

Properties

NameDescription
Filters { get; }Gets the filters list that are corresponding to the specified handler type.

Methods

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

See Also