C# Class NetMQ.Core.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.
Show file Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Endpoint ( [ socket, [ options ) : System

Create a new Endpoint with the given socket.

Method Details

Endpoint() public method

Create a new Endpoint with the given socket.
public Endpoint ( [ socket, [ options ) : System
socket [ the socket for this new Endpoint
options [ the Options to assign to this new Endpoint
return System