ProtocolMessageFilter Class

ProtocolMessageFilter class

Represents implementation of message filter by the resource protocol.

public class ProtocolMessageFilter : MessageFilter

Constructors

NameDescription
ProtocolMessageFilter(params string[])Initializes a new instance of the ProtocolMessageFilter class.

Methods

NameDescription
override Match(INetworkOperationContext)When overridden in a derived class, tests whether a Context satisfies the filter criteria.

See Also