Class ResponseContext
Represents a request message received by a response socket.
Inherited Members
Namespace: Bonsai.ZeroMQ
Assembly: Bonsai.ZeroMQ.dll
Syntax
public class ResponseContext
Properties
| Improve this Doc View SourceRequest
Gets the multiple part message representing the request message.
Declaration
public NetMQMessage Request { get; }
Property Value
Type | Description |
---|---|
NetMQ.NetMQMessage |