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.
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x 1 사용 예제들

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