System.Net.IPEndPoint.Snapshot C# (CSharp) 메소드

Snapshot() 개인적인 메소드

private Snapshot ( ) : IPEndPoint
리턴 IPEndPoint
        internal IPEndPoint Snapshot()
        {
            return new IPEndPoint(Address.Snapshot(), Port);
        }
    }