Method | Description | |
---|---|---|
DealerSocket ( string connectionString = null ) : NetMQ.Core |
Create a new DealerSocket and attach socket to zero or more endpoints.
|
Method | Description | |
---|---|---|
DealerSocket ( SocketBase socketHandle ) : NetMQ.Core |
Create a new DealerSocket based upon the given SocketBase.
|
public DealerSocket ( string connectionString = null ) : NetMQ.Core | ||
connectionString | string | List of NetMQ endpoints, separated by commas and prefixed by '@' (to bind the socket) or '>' (to connect the socket). /// Default action is connect (if endpoint doesn't start with '@' or '>') |
return | NetMQ.Core |