IronRuby.StandardLibrary.Sockets.IPSocket.GetPeerAddress C# (CSharp) 메소드

GetPeerAddress() 개인적인 메소드

private GetPeerAddress ( RubyContext context, IPSocket self ) : object
context RubyContext
self IPSocket
리턴 object
        public static object/*!*/ GetPeerAddress(RubyContext/*!*/ context, IPSocket/*!*/ self) {
            return self.GetAddressArray(self.Socket.RemoteEndPoint);
        }