C# Class NetMQ.Sockets.ResponseSocket

Response socket
Inheritance: NetMQSocket
ファイルを表示 Open project: mdhatmaker/Trading-prime-csharp Class Usage Examples

Public Methods

Method Description
ResponseSocket ( string connectionString = null ) : NetMQ.Core

Create a new ResponseSocket and attach socket to zero or more endpoints.

Private Methods

Method Description
ResponseSocket ( SocketBase socketHandle ) : NetMQ.Core

Create a new ResponseSocket based upon the given SocketBase.

Method Details

ResponseSocket() public method

Create a new ResponseSocket and attach socket to zero or more endpoints.
public ResponseSocket ( 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 bind (if endpoint doesn't start with '@' or '>')
return NetMQ.Core