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

GetLocalAddress() 개인적인 메소드

private GetLocalAddress ( RubyContext context, IPSocket self ) : RubyArray
context RubyContext
self IPSocket
리턴 RubyArray
        public static RubyArray/*!*/ GetLocalAddress(RubyContext/*!*/ context, IPSocket/*!*/ self) {
            return self.GetAddressArray(self.Socket.LocalEndPoint);
        }