C# (CSharp) AspComet.MessageHandlers Пространство имен

Классы

Имя Описание
ExceptionHandler
ForwardingHandler A message handler which fowards messages through to any clients subscribed to the channel of the request message
MetaDisconnectHandler
MetaHandshakeHandler
MetaSubscribeHandler
MetaUnsubscribeHandler
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?!