메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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 '>') |
리턴 | System.Threading |