Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Networking.Sniffers Namespace Reference

Classes

class  ConsoleErrorSniffer
 Outputs sniffed data to the console error output. More...
 
class  ConsoleOutSniffer
 Outputs sniffed data to the Console Output, serialized by ConsoleOut. More...
 
class  DebugSniffer
 Outputs sniffed data to Debug. More...
 
class  InMemorySniffer
 Sniffer that stores events in memory. More...
 
interface  ISniffer
 Interface for sniffers. Sniffers can be added to ICommunicationLayer classes to eavesdrop on communication performed on that particular node. More...
 
class  SnifferBase
 Abstract base class for sniffers. Implements default method overloads. More...
 
class  SnifferEnumerator
 Typed enumerator of sniffers. More...
 
class  SnifferProxy
 A sniffer that redirects incoming events to another sniffable object. More...
 
class  TextFileSniffer
 Outputs sniffed data to a text file. More...
 
class  TextSnifferBase
 Abstract base class for plain text-based sniffers. More...
 
class  TextWriterSniffer
 Outputs sniffed data to a text writer. More...
 
class  XmlFileSniffer
 Outputs sniffed data to an XML file. More...
 
class  XmlWriterSniffer
 Outputs sniffed data to an XML writer. More...
 

Enumerations

enum  BinaryPresentationMethod
 How binary data is to be presented. More...
 
enum  LineEnding
 Type of line ending. More...
 
enum  BinaryPresentationMethod
 How binary data is to be presented. More...
 
enum  LineEnding
 Type of line ending. More...
 

Enumeration Type Documentation

◆ BinaryPresentationMethod [1/2]

How binary data is to be presented.

Definition at line 11 of file ConsoleOutSniffer.cs.

◆ BinaryPresentationMethod [2/2]

How binary data is to be presented.

Definition at line 11 of file ConsoleOutSniffer.cs.

◆ LineEnding [1/2]

Type of line ending.

Definition at line 32 of file ConsoleOutSniffer.cs.

◆ LineEnding [2/2]

Type of line ending.

Definition at line 32 of file ConsoleOutSniffer.cs.