QuickFix.ThreadedSocketAcceptor.AcceptorSocketDescriptor.AcceptorSocketDescriptor C# (CSharp) Method

AcceptorSocketDescriptor() public method

public AcceptorSocketDescriptor ( IPEndPoint socketEndPoint ) : System.Collections.Generic
socketEndPoint System.Net.IPEndPoint
return System.Collections.Generic
            public AcceptorSocketDescriptor(IPEndPoint socketEndPoint)
            {
                socketEndPoint_ = socketEndPoint;
                socketReactor_ = new ThreadedSocketReactor(socketEndPoint_);
            }
ThreadedSocketAcceptor.AcceptorSocketDescriptor