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
getFilters Gets the filters list that are corresponding to the specified handler type.

Methods

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

See Also