EventStore.Transport.Tcp.TcpConnection.TcpConnection C# (CSharp) 메소드

TcpConnection() 개인적인 메소드

private TcpConnection ( IPEndPoint effectiveEndPoint ) : System
effectiveEndPoint System.Net.IPEndPoint
리턴 System
        private TcpConnection(IPEndPoint effectiveEndPoint)
        {
            if (effectiveEndPoint == null)
                throw new ArgumentNullException("effectiveEndPoint");

            EffectiveEndPoint = effectiveEndPoint;
        }