C# 클래스 QuickFix.ThreadedSocketAcceptor.AcceptorSocketDescriptor

파일 보기 프로젝트 열기: kennystone/quickfixn

공개 메소드들

메소드 설명
AcceptSession ( Session session ) : void
AcceptorSocketDescriptor ( IPEndPoint socketEndPoint ) : System.Collections.Generic
GetAcceptedSessions ( ) : Session>.Dictionary

메소드 상세

AcceptSession() 공개 메소드

public AcceptSession ( Session session ) : void
session Session
리턴 void

AcceptorSocketDescriptor() 공개 메소드

public AcceptorSocketDescriptor ( IPEndPoint socketEndPoint ) : System.Collections.Generic
socketEndPoint System.Net.IPEndPoint
리턴 System.Collections.Generic

GetAcceptedSessions() 공개 메소드

public GetAcceptedSessions ( ) : Session>.Dictionary
리턴 Session>.Dictionary