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

GetLocalAddress() private method

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