Method | Description | |
---|---|---|
CreateSocketPair ( |
Create and return an inproc pipe where socket1 is bound and socket2 is connected.
|
|
PairSocket ( string connectionString = null ) : System.Threading |
Create a new PairSocket and attach socket to zero or more endpoints.
|
Method | Description | |
---|---|---|
PairSocket ( SocketBase socketHandle ) : System.Threading |
Create a new PairSocket based upon the given SocketBase.
|
public static CreateSocketPair ( |
||
socket1 | the Bind socket | |
socket2 | the Connect socket | |
return | void |
public PairSocket ( string connectionString = null ) : System.Threading | ||
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 | System.Threading |