QuickFix.ThreadedSocketAcceptor.AcceptorSocketDescriptor.AcceptorSocketDescriptor C# (CSharp) Метод

AcceptorSocketDescriptor() публичный Метод

public AcceptorSocketDescriptor ( IPEndPoint socketEndPoint ) : System.Collections.Generic
socketEndPoint System.Net.IPEndPoint
Результат System.Collections.Generic
            public AcceptorSocketDescriptor(IPEndPoint socketEndPoint)
            {
                socketEndPoint_ = socketEndPoint;
                socketReactor_ = new ThreadedSocketReactor(socketEndPoint_);
            }
ThreadedSocketAcceptor.AcceptorSocketDescriptor