IronRuby.StandardLibrary.Sockets.IPSocket.GetPeerAddress C# (CSharp) Method

GetPeerAddress() private method

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