C# (CSharp) NetMQ.Core Namespace

Nested Namespaces

NetMQ.Core.Patterns
NetMQ.Core.Transports
NetMQ.Core.Utils

Classes

Name Description
Command Defines a command sent between threads.
Ctx Objects of class Ctx are intended to encapsulate all of the global state associated with the NetMQ library. This contains the sockets, and manages interaction between them.
Ctx.Endpoint Information associated with inproc endpoint. Note that endpoint options are registered as well so that the peer can access them without a need for synchronisation, handshaking or similar.
ErrorHelper Class ErrorHelper provides one static method - ToErrorCode, for converting a SocketError to the equivalent ErrorCode.
MonitorEvent
Options Class Options is essentially a container for socket-related option-settings.
Reaper Class Reaper is a ZObject and implements IPollEvents. The Reaper is dedicated toward handling socket shutdown asynchronously and cleanly. By passing this task off to the Reaper, the message-queueing subsystem can terminate immediately.
SessionBase
SocketBase
SocketBase.Endpoint
ZObject This is the base-class for all objects that participate in inter-thread communication.