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

Send() private method

private Send ( NetMQ.zmq.Msg &msg, SendReceiveOptions options ) : void
msg NetMQ.zmq.Msg
options SendReceiveOptions
return void
        public override void Send(ref Msg msg, SendReceiveOptions options)
        {
            throw new NotSupportedException("Pull socket doesn't support sending");
        }