C# Class QuickFix.ThreadedSocketAcceptor.AcceptorSocketDescriptor

Afficher le fichier Open project: kennystone/quickfixn

Méthodes publiques

Méthode Description
AcceptSession ( Session session ) : void
AcceptorSocketDescriptor ( IPEndPoint socketEndPoint ) : System.Collections.Generic
GetAcceptedSessions ( ) : Session>.Dictionary

Method Details

AcceptSession() public méthode

public AcceptSession ( Session session ) : void
session Session
Résultat void

AcceptorSocketDescriptor() public méthode

public AcceptorSocketDescriptor ( IPEndPoint socketEndPoint ) : System.Collections.Generic
socketEndPoint System.Net.IPEndPoint
Résultat System.Collections.Generic

GetAcceptedSessions() public méthode

public GetAcceptedSessions ( ) : Session>.Dictionary
Résultat Session>.Dictionary