NetMQ.Sockets.PullSocket.PullSocket C# (CSharp) Method

PullSocket() private method

Create a new PullSocket based upon the given SocketBase.
private PullSocket ( NetMQ.zmq.SocketBase socketHandle ) : System
socketHandle NetMQ.zmq.SocketBase the SocketBase to create the new socket from
return System
        internal PullSocket(SocketBase socketHandle)
            : base(socketHandle)
        {
        }

Same methods

PullSocket::PullSocket ( string connectionString = null ) : System