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.
Afficher le fichier Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Endpoint ( [ socket, [ options ) : System

Create a new Endpoint with the given socket.

Method Details

Endpoint() public méthode

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
Résultat System