C# 클래스 NetMQ.Sockets.ResponseSocket

Response socket
상속: NetMQSocket
파일 보기 프로젝트 열기: mdhatmaker/Trading-prime-csharp 1 사용 예제들

공개 메소드들

메소드 설명
ResponseSocket ( string connectionString = null ) : NetMQ.Core

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

비공개 메소드들

메소드 설명
ResponseSocket ( SocketBase socketHandle ) : NetMQ.Core

Create a new ResponseSocket based upon the given SocketBase.

메소드 상세

ResponseSocket() 공개 메소드

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 '>')
리턴 NetMQ.Core