C# Class AspComet.MessageHandlers.SwallowHandler

A message handler which swallows the message without forwarding to any clients NOTE: I am considering calling this NonForwardingHandler - or maybe it should be combined with ForwardingHandler?!
Inheritance: IMessageHandler
Show file Open project: nmosafi/aspComet

Public Methods

Method Description
HandleMessage ( Message request ) : MessageHandlerResult

Method Details

HandleMessage() public method

public HandleMessage ( Message request ) : MessageHandlerResult
request Message
return MessageHandlerResult