C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Endpoint ( [ socket, [ options ) : System

Create a new Endpoint with the given socket.

Описание методов

Endpoint() публичный Метод

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
Результат System