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;
        }