Netronics.Properties.GetIPEndPoint C# (CSharp) 메소드

GetIPEndPoint() 공개 메소드

public GetIPEndPoint ( ) : IPEndPoint
리턴 System.Net.IPEndPoint
        public IPEndPoint GetIPEndPoint()
        {
            return IpEndPoint;
        }