This namespace contains classes related to local (inside the same AppDomain) communication. The primary use for local protocols it unit testing and profiling.
Assembly: Zyan.Communication
Collapse/Expand Public Classes
  Name Description
Public Class NullChannel Remoting channel for communications inside the same AppDomain.
Public Class NullClientProtocolSetup IClientProtocolSetup implementation for the NullChannel.
Public Class NullServerProtocolSetup IServerProtocolSetup implementation for the NullChannel.