C# (CSharp) WireBus Namespace

Nested Namespaces

WireBus.Tests

Classes

Name Description
ConnectionSemantics Describes the semantics of a WireBus connection. "Peer" refers to the other (non-local) connected party. The semantics of the local WireBus must match the peer WireBus, or messages will not be transmitted properly.
WireBusClient A WireBus client, responsible for wrapping a TCP/IP connection and serializing the data going over the bus.
WireBusListener A listener for receiving incoming WireBus.NET connections.
WireContext A context describing a received message and the ability to reply to it.