HttpProtocolMessageHandler Class

HttpProtocolMessageHandler class

Represents the http: protocol message handler.

public class HttpProtocolMessageHandler : MessageHandler

Constructors

NameDescription
HttpProtocolMessageHandler()Initializes a new instance of the HttpProtocolMessageHandler 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