# File lib/net/ntlm/field_set.rb, line 52
        def names
          return [] if @proto.nil?
          @proto.map{|n, t, o| n}
        end