C# Class NetMQ.SocketOptions

Show file Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SocketOptions ( [ socket ) : System

Create a new SocketOptions that references the given NetMQSocket.

Method Details

SocketOptions() public method

Create a new SocketOptions that references the given NetMQSocket.
public SocketOptions ( [ socket ) : System
socket [ the NetMQSocket for this SocketOptions to hold a reference to
return System